aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20staging: rtl: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski2-2/+2
2021-10-05staging: rtl8723bs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-09-21staging: rtl8723bs: remove a second possible deadlockHans de Goede1-2/+0
2021-09-17staging: rtl8723bs: ignore unused wiphy_wowlan object warningsBryan Brattlof1-1/+1
2021-09-13staging: rtl8723bs: remove unused macros from ioctl_linux.cMichael Straube1-14/+0
2021-09-13staging: rtl8723bs: clean up comparsions to NULLMichael Straube3-23/+23
2021-09-13staging: rtl8723bs: remove unused _rtw_init_queue() functionFabio Aiuto1-7/+0
2021-08-26staging: rtl8723bs: remove functions notifying wext eventsFabio Aiuto2-42/+0
2021-08-26staging: rtl8723bs: fix logical continuation issueFabio Aiuto1-3/+3
2021-08-26staging: rtl8723bs: fix code indent issuesFabio Aiuto1-6/+6
2021-08-26staging: rtl8723bs: remove obsolete wext supportFabio Aiuto2-3099/+0
2021-08-10staging: rtl8723bs: os_dep: remove unused variableSaurav Girepunje1-8/+0
2021-08-10staging: rtl8723bs: remove unused rtw_rf_config module paramFabio Aiuto1-4/+0
2021-08-10staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto1-17/+6
2021-08-05staging: rtl8723bs: Remove initialisation of globals to 0Scott J. Crouch1-2/+2
2021-08-05staging: rtl8723bs: remove unused macrosFabio Aiuto3-5/+0
2021-07-30staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto2-7/+7
2021-07-29staging: rtl8723bs: remove unused BT static variablesFabio Aiuto1-10/+0
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto2-33/+33
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto2-3/+3
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto3-37/+37
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto2-15/+15
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto2-84/+84
2021-07-23staging: rtl8723bs: remove commented out conditionFabio Aiuto1-1/+1
2021-07-23staging: rtl8723bs: remove 5Ghz code blocksFabio Aiuto1-17/+3
2021-07-21staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto1-1/+1
2021-07-21staging: rtl8723bs: add get_channel cfg80211 implementationFabio Aiuto1-1/+52
2021-07-21staging: rtl8723bs: fix wpa_set_auth_algs() functionFabio Aiuto1-3/+3
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