summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate()Dan Carpenter1-1/+3
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-209/+82
2020-05-29staging: rtl8723bs: Use common packet header constantsPascal Terjan3-10/+6
2020-05-21staging: rtl8192e: Using comparison to true is error proneJohn Oldman1-4/+4
2020-05-19staging: rtl8723bs: Using comparison to true is error proneJohn Oldman1-3/+3
2020-05-19Staging: rtl8723bs: os_de: if-else coding style issueJohn Oldman1-21/+12
2020-05-05staging:rtl8723bs: eliminate usage of skb_clone after skb allocation failIvan Safonov2-44/+19
2020-05-05staging: rtl8723bs: remove conversion to bool in halbtcoutsrc_Get()Jason Yan1-1/+1
2020-05-05staging: rtl8723bs: os_dep: Cleanup pointer casting code styleYu Jian Wu2-9/+9
2020-05-05staging: rtl8723bs: os_dep: remove rtw_spt_band_free()Jason Yan1-6/+1
2020-04-29staging: rtl8723bs: remove mgmt_frame_register methodJohannes Berg1-24/+0
2020-04-28staging: rtl8723bs: core: remove set but not used 'pframe'Jason Yan1-2/+1
2020-04-28staging: rtl8723bs: core: remove set but not used 'pwrpriv'Jason Yan1-3/+0
2020-04-28staging: rtl8723bs: core: remove set but not used 'listen_interval'Jason Yan1-3/+1
2020-04-28staging: rtl8723bs: core: remove set but not used 'algthm'Jason Yan1-2/+1
2020-04-28Staging: rtl8723bs: core: remove set but not used 'ptxservq'Jason Yan1-2/+0
2020-04-28staging: rtl8723bs: os_dep: remove set but not used 'size'Jason Yan1-11/+0
2020-04-28staging: rtl8723bs: os_dep: remove set but not used 'uintRet'Jason Yan1-2/+4
2020-04-25Staging: rtl8723bs: Fix comment typo "the the".kyoungho koo1-1/+1
2020-04-23Staging: rtl8723bs: rtw_wlan_util: Add size check of SSID IEDenis Straghkov1-14/+8
2020-04-23staging: rtl8723bs: remove unused variable 'pregistrypriv'YueHaibing1-4/+0
2020-04-23staging: rtl8723bs: remove defined but not used 'dB_Invert_Table'Jason Yan1-13/+0
2020-04-23staging: rtl8723bs: remove some variables in hal_btcoex.cJason Yan1-43/+0
2020-04-13staging: rtl8723bs: hal: Correct misspelled symbolic nameR Veera Kumar1-2/+2
2020-04-13staging: rtl8723bs: hal: Correct misspelt enum nameR Veera Kumar1-1/+1
2020-04-13staging: rtl8723bs: Correct misspelt symbolic namesR Veera Kumar2-8/+8
2020-03-26staging: rtl8723bs: hal: Remove NULL check before kfreeSimran Singhal1-8/+4
2020-03-26staging: rtl8723bs: hal: Correct typos in commentsR Veera Kumar10-13/+13
2020-03-26staging: rtl8723bs: os_dep: Correct typos in commentsR Veera Kumar2-4/+4
2020-03-26staging: rtl8723bs: core: Correct typos in commentsR Veera Kumar7-13/+13
2020-03-26staging: rtl8723bs: hal: Remove unnecessary cast on void pointerSimran Singhal1-1/+1
2020-03-26staging: rtl8723bs: hal: Compress return logicSimran Singhal1-3/+1
2020-03-26staging: rtl8723bs: rtw_cmd: Compress lines for immediate returnSimran Singhal1-5/+1
2020-03-26staging: rtl8723bs: rtw_efuse: Compress lines for immediate returnSimran Singhal1-4/+2
2020-03-25staging: rtl8723bs: Remove blank line before '}' braceSimran Singhal1-8/+0
2020-03-25staging: rtl8723bs: Add line after variable declarationsSimran Singhal1-0/+15
2020-03-25staging: rtl8723bs: Remove multiple assignmentsSimran Singhal1-2/+5
2020-03-25staging: rtl8723bs: Remove unnecessary braces for single statementsSimran Singhal1-6/+3
2020-03-21staging: rtl8723bs: os_dep: Remove whitespace characters in code lineR Veera Kumar1-4/+4
2020-03-21staging: rtl8723bs: os_dep: Correct long line commentsR Veera Kumar1-3/+8
2020-03-21staging: rtl8723bs: os_dep: Remove commented out code linesR Veera Kumar1-11/+0
2020-03-21staging: rtl8723bs: remove unneeded variablesPayal Kshirsagar3-17/+4
2020-03-20staging: rtl8723bs: hal: Correct typos in commentsR Veera Kumar2-13/+13
2020-03-20staging: rtl8723bs: hal: Correct multi-line comments as per coding styleR Veera Kumar1-24/+32
2020-03-19staging: rtl8723bs: os_dep: Correct typo in commentsR Veera Kumar2-2/+2
2020-03-17Staging: rtl8723bs: sdio_halinit: Remove unnecessary conditionsShreeya Patel1-12/+2
2020-03-17Staging: rtl8723bs: rtw_mlme: Remove unnecessary conditionsShreeya Patel1-10/+1
2020-03-12staging: rtl8723bs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2-9/+9
2020-03-10Staging: rtl8723bs: Remove comparison to trueShreeya Patel1-1/+1
2020-02-24Merge 5.6-rc3 into staging-nextGreg Kroah-Hartman2-38/+14