aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27staging: rtlwifi: use siocdevprivateArnd Bergmann2-3/+16
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds10-148/+45
2021-06-24staging: rtl8723bs: fix check allowing 5Ghz settingsFabio Aiuto1-4/+3
2021-06-24staging: rtl8723bs: remove obsolete 5Ghz commentsFabio Aiuto2-6/+0
2021-06-24staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto2-3/+0
2021-06-24staging: rtl8723bs: remove 5Ghz field in struct registry_privFabio Aiuto1-1/+0
2021-06-24staging: rtl8723bs: remove code related to unsupported channel bandwidthFabio Aiuto1-4/+6
2021-06-24staging: rtl8723bs: remove all 5Ghz network typesFabio Aiuto1-1/+1
2021-06-24staging: rtl8723bs: Fix an error handling pathChristophe JAILLET1-1/+3
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2021-06-18staging: rtl8723bs: os_dep: use eth_broadcast_addr() to assign broadcast addressYang Yingliang2-4/+3
2021-06-14Merge tag 'v5.13-rc6' into staging-nextGreg Kroah-Hartman1-1/+1
2021-06-12staging: rtl8723bs: os_dep: Remove conditions with no effectsFabio M. De Francesco1-10/+2
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto1-2/+2
2021-06-09staging: rtl8723bs: Fix uninitialized variablesWenli Looi1-1/+1
2021-05-31staging: rtl8723bs: fix monitor netdev register/unregisterJohannes Berg1-2/+2
2021-05-25staging: rtl8723bs: remove sd_f0_read8()Bryan Brattlof1-28/+0
2021-05-17Merge 5.13-rc2 into staging-nextGreg Kroah-Hartman2-19/+25
2021-05-10staging: rtl8723bs: Delete two redundant condition branchesZhen Lei1-4/+0
2021-05-10staging: rtl8723bs: avoid bogus gcc warningArnd Bergmann2-19/+25
2021-05-10staging: rtl8723bs: Use list iterators and helpersGuenter Roeck3-57/+17
2021-05-10staging: rtl8723bs: Change the return typeSaurav Girepunje2-4/+5
2021-05-10staging: rtl8723bs: remove unused debug macros tied to os_dep/osdep_service.c debugFabio Aiuto1-4/+0
2021-05-10staging: rtl8723bs: remove unused macros tied to os_dep/sdio_intf.c debugFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove debug macros related to os_dep/os_intfs.c tracingFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove debug macros related to os_dep/mlme_linux.c tracingFabio Aiuto1-4/+0
2021-05-10staging: rtl8723bs: remove debug macros related to os_dep/recv_linux.c tracingFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove debug macros related to os_dep/xmit_linux.c tracingFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove unused rf_reg_dump() function argumentFabio Aiuto1-1/+1
2021-05-10staging: rtl8723bs: remove unused bb_reg_dump() function argumentFabio Aiuto1-1/+1
2021-05-10staging: rtl8723bs: remove unused mac_reg_dump() function argumentFabio Aiuto1-1/+1
2021-05-10staging: rtl8723bs: os_dep: ioctl_cfg80211: 'ack' is used when debug is enabledLee Jones1-1/+1
2021-04-22staging: rtl8723bs: remove empty #ifdef blockFabio Aiuto1-4/+0
2021-04-22staging: rtl8723bs: fix code indent issueFabio Aiuto1-2/+2
2021-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto4-24/+29
2021-04-15staging: rtl8723bs: remove sdio_drv_priv structureBryan Brattlof1-19/+9
2021-04-14staging: rtl8723bs: remove unused argument in functionFabio Aiuto1-1/+1
2021-04-14staging: rtl8723bs: remove unnecessary dump_drv_version() usageFabio Aiuto1-1/+0
2021-04-14staging: rtl8723bs: replace dump_drv_version() usage with netdev_dbg()Fabio Aiuto1-1/+1
2021-04-13staging: rtl8723bs: remove unnecessary adapterBryan Brattlof1-6/+4
2021-04-12staging: rtl8723bs: remove unnecessary goto jumpsBryan Brattlof1-4/+0
2021-04-11staging: rtl8723bs: fix comparison to true issueFabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: remove empty else block in os_dep/ioctl_cfg80211.cFabio Aiuto1-1/+0
2021-04-11staging: rtl8723bs: remove unnecessary parentheses in os_dep/ioctl_cfg80211.cFabio Aiuto1-2/+0
2021-04-11staging: rtl8723bs: put constant on the right side of a test in os_dep/ioctl_cfg80211.cFabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: remove empty if and else blocksFabio Aiuto1-24/+3
2021-04-11staging: rtl8723bs: put spaces around operatorsFabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: fix comparison to nullFabio Aiuto2-5/+5
2021-04-11staging: rtl8723bs: remove unnecessary bracksFabio Aiuto2-43/+19
2021-04-11staging: rtl8723bs: remove empty ifdef blocks conditioned to DEBUG_CFG80211 definitionFabio Aiuto1-15/+0