summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: replace _cancel_timer with del_timer_syncRoss Schmidt2020-10-054-24/+4
* staging: rtl8723bs: replace RTW_GET_BE16 with get_unaligned_be16Ross Schmidt2020-10-054-6/+6
* staging: rtl8723bs: replace RTW_GET_LE16 with get_unaligned_le16Ross Schmidt2020-10-054-9/+9
* staging: rtl8723bs: replace RTW_GET_BE24 with get_unaligned_be24Ross Schmidt2020-10-052-4/+2
* staging: rtl8723bs: remove unused macrosRoss Schmidt2020-10-051-57/+0
* staging: rtl8723bs: replace _RND8 with round_up()Ross Schmidt2020-10-052-12/+1
* staging: rtl8723bs: replace _RND4 with round_up()Ross Schmidt2020-10-053-13/+2
* staging: rtl8723bs: replace RND4 with round_up()Ross Schmidt2020-10-054-9/+8
* staging: rtl8723bs: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-161-5/+4
* staging: rtl8723bs: os_dep: fixed spacing around operators issueRoss Schmidt2020-09-161-7/+9
* staging: rtl8723bs: os_dep: fixed bracing issueRoss Schmidt2020-09-161-8/+6
* staging: rtl8723bs: os_dep: fixed trailing statementsRoss Schmidt2020-09-161-4/+8
* staging: rtl8723bs: remove 5 GHz codeMichael Straube2020-09-141-20/+11
* staging: rtl8723bs: remove cckrates{only}_included()Michael Straube2020-09-142-33/+3
* staging: rtl8723bs: os_dep: added blank line to fix coding style issueRoss Schmidt2020-09-041-0/+1
* staging: rtl8723bs: os_dep: return errcode in cfg80211_rtw_leave_ibss()YueHaibing2020-09-011-1/+1
* staging: rtl8723bs: remove 5 GHz codeMichael Straube2020-08-181-14/+1
* staging: rtl8723bs: os_dep: fix brace coding style issue in sdio_intf.cMohammed Rushad2020-08-181-2/+1
* staging: rtl8723bs: replace rtw_netdev_priv define with inline functionIvan Safonov2020-08-181-2/+6
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* staging: rtl8723bs: Align macro definitionsAditya Jain2020-07-301-3/+3
* staging: rtl8723bs: Clean up function declationsAditya Jain2020-07-301-81/+29
* staging: rtl8723bs: Fix coding style errorsAditya Jain2020-07-301-9/+9
* staging: rtl8723bs: remove redundant assignment to variable retColin Ian King2020-07-291-5/+1
* staging: rtl8723bs: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-281-1/+1
* staging: rtl8723bs: Cleanup open brace issuesFox Chen2020-07-2324-168/+84
* staging: rtl*/security: Use static const in array declarationsJoe Perches2020-07-171-3/+3
* staging: rtl8723bs: Using comparison to true is error proneJohn Oldman2020-07-101-38/+32
* staging: rtl8723bs: remove some ieee80211 constants from wifi.hMichael Straube2020-07-011-5/+0
* Merge 5.8-rc3 into staging-nextGreg Kroah-Hartman2020-06-291-1/+3
|\
| * Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate()Dan Carpenter2020-06-161-1/+3
* | staging:r8723bs: remove wrappers around skb_clone() and remove unnecessary in...Ivan Safonov2020-06-183-9/+1
|/
* Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-0721-209/+82
|\
| * staging: rtl8723bs: Use common packet header constantsPascal Terjan2020-05-293-10/+6
| * staging: rtl8192e: Using comparison to true is error proneJohn Oldman2020-05-211-4/+4
| * staging: rtl8723bs: Using comparison to true is error proneJohn Oldman2020-05-191-3/+3
| * Staging: rtl8723bs: os_de: if-else coding style issueJohn Oldman2020-05-191-21/+12
| * staging:rtl8723bs: eliminate usage of skb_clone after skb allocation failIvan Safonov2020-05-052-44/+19
| * staging: rtl8723bs: remove conversion to bool in halbtcoutsrc_Get()Jason Yan2020-05-051-1/+1
| * staging: rtl8723bs: os_dep: Cleanup pointer casting code styleYu Jian Wu2020-05-052-9/+9
| * staging: rtl8723bs: os_dep: remove rtw_spt_band_free()Jason Yan2020-05-051-6/+1
| * 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: os_dep: remove set but not used 'size'Jason Yan2020-04-281-11/+0
| * staging: rtl8723bs: os_dep: remove set but not used 'uintRet'Jason Yan2020-04-281-2/+4
| * 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