summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: clean up logical continuationsRoss Schmidt2020-11-134-46/+34
* staging: rtl8723bs: clean up open ended linesRoss Schmidt2020-11-139-301/+147
* staging: rtl8723bs: clean up space before tabsRoss Schmidt2020-11-135-78/+78
* staging: rtl8723bs: clean up bracesRoss Schmidt2020-11-134-47/+52
* staging: rtl8723bs: clean up line spacingRoss Schmidt2020-11-134-31/+20
* staging: rtl8723bs: replace ieee80211_back_actioncodeRoss Schmidt2020-11-061-8/+8
* staging: rtl8723bs: replace rtw_ieee80211_ht_actioncodeRoss Schmidt2020-11-061-1/+1
* staging: rtl8723bs: replace rtw_ieee80211_spectrum_mgmt_actioncodeRoss Schmidt2020-11-061-5/+5
* staging: rtl8723bs: replace rtw_ieee80211_ht_capRoss Schmidt2020-11-065-20/+20
* staging: rtl8723bs: remove ADPT_FMT macroRoss Schmidt2020-11-064-8/+8
* staging: rtl8723bs: remove MAC_FMT macroRoss Schmidt2020-11-069-85/+71
* Staging: rtl8723bs: core: rtw_cmd: Fixed four if-statement coding style issuesManuel Palenzuela2020-11-061-4/+4
* Staging: rtl8723bs: core: rtw_cmd: Fixed multiple brace coding style issuesManuel Palenzuela2020-10-281-18/+9
* staging: rtl8723bs: Rewrite comparison to NULLIzabela Bakollari2020-10-276-25/+25
* staging: rtl8723bs: cleanup NULL check before vfreeAmarjargal Gundjalam2020-10-274-15/+8
* staging: rtl8723bs: remove unnecessary type cast of rtw_netdev_priv() resultIvan Safonov2020-10-261-3/+3
* staging: rtl8723bs: replace _cancel_timer with del_timer_syncRoss Schmidt2020-10-052-16/+3
* staging: rtl8723bs: replace RTW_GET_BE16 with get_unaligned_be16Ross Schmidt2020-10-052-3/+4
* staging: rtl8723bs: replace RTW_GET_LE16 with get_unaligned_le16Ross Schmidt2020-10-053-7/+9
* staging: rtl8723bs: replace RTW_GET_BE24 with get_unaligned_be24Ross Schmidt2020-10-051-1/+2
* staging: rtl8723bs: replace _RND4 with round_up()Ross Schmidt2020-10-051-1/+1
* staging: rtl8723bs: replace RND4 with round_up()Ross Schmidt2020-10-052-5/+5
* staging: rtl8723bs: remove 5 GHz codeMichael Straube2020-09-141-20/+11
* staging: rtl8723bs: remove cckrates{only}_included()Michael Straube2020-09-141-31/+3
* staging: rtl8723bs: remove 5 GHz codeMichael Straube2020-08-181-14/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* staging: rtl8723bs: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-281-1/+1
* staging: rtl*/security: Use static const in array declarationsJoe Perches2020-07-171-3/+3
* Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate()Dan Carpenter2020-06-161-1/+3
* staging: rtl8723bs: Use common packet header constantsPascal Terjan2020-05-291-6/+3
* staging: rtl8723bs: Using comparison to true is error proneJohn Oldman2020-05-191-3/+3
* staging: rtl8723bs: core: remove set but not used 'pframe'Jason Yan2020-04-281-2/+1
* staging: rtl8723bs: core: remove set but not used 'pwrpriv'Jason Yan2020-04-281-3/+0
* staging: rtl8723bs: core: remove set but not used 'listen_interval'Jason Yan2020-04-281-3/+1
* staging: rtl8723bs: core: remove set but not used 'algthm'Jason Yan2020-04-281-2/+1
* Staging: rtl8723bs: core: remove set but not used 'ptxservq'Jason Yan2020-04-281-2/+0
* Staging: rtl8723bs: Fix comment typo "the the".kyoungho koo2020-04-251-1/+1
* Staging: rtl8723bs: rtw_wlan_util: Add size check of SSID IEDenis Straghkov2020-04-231-14/+8
* staging: rtl8723bs: core: Correct typos in commentsR Veera Kumar2020-03-267-13/+13
* staging: rtl8723bs: rtw_cmd: Compress lines for immediate returnSimran Singhal2020-03-261-5/+1
* staging: rtl8723bs: rtw_efuse: Compress lines for immediate returnSimran Singhal2020-03-261-4/+2
* staging: rtl8723bs: Remove blank line before '}' braceSimran Singhal2020-03-251-8/+0
* staging: rtl8723bs: Add line after variable declarationsSimran Singhal2020-03-251-0/+15
* staging: rtl8723bs: Remove multiple assignmentsSimran Singhal2020-03-251-2/+5
* staging: rtl8723bs: Remove unnecessary braces for single statementsSimran Singhal2020-03-251-6/+3
* staging: rtl8723bs: remove unneeded variablesPayal Kshirsagar2020-03-212-13/+3
* Staging: rtl8723bs: rtw_mlme: Remove unnecessary conditionsShreeya Patel2020-03-171-10/+1
* staging: rtl8723bs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-7/+7
* Staging: rtl8723bs: Remove comparison to trueShreeya Patel2020-03-101-1/+1
* staging: rtl8723bs: core: remove redundant zero'ing of counter variable kColin Ian King2020-02-231-3/+1