summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10staging: rtl8723bs: Allocate full pwep structureKees Cook1-2/+4
2021-09-21staging: rtl8723bs: remove a second possible deadlockHans de Goede1-2/+0
2021-09-13staging: rtl8723bs: remove unused macros from ioctl_linux.cMichael Straube1-14/+0
2021-09-13staging: rtl8723bs: clean up comparsions to NULLMichael Straube1-9/+9
2021-08-26staging: rtl8723bs: remove functions notifying wext eventsFabio Aiuto1-38/+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 Aiuto1-3098/+0
2021-08-05staging: rtl8723bs: remove unused macrosFabio Aiuto1-1/+0
2021-07-30staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto1-6/+6
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto1-27/+27
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto1-2/+2
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto1-19/+19
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto1-10/+10
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto1-52/+52
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: fix wpa_set_auth_algs() functionFabio Aiuto1-3/+3
2021-06-24staging: rtl8723bs: fix check allowing 5Ghz settingsFabio Aiuto1-4/+3
2021-06-24staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto1-1/+0
2021-06-24staging: rtl8723bs: Fix an error handling pathChristophe JAILLET1-1/+3
2021-06-18staging: rtl8723bs: os_dep: use eth_broadcast_addr() to assign broadcast addressYang Yingliang1-1/+1
2021-05-17Merge 5.13-rc2 into staging-nextGreg Kroah-Hartman1-9/+12
2021-05-10staging: rtl8723bs: avoid bogus gcc warningArnd Bergmann1-9/+12
2021-05-10staging: rtl8723bs: Use list iterators and helpersGuenter Roeck1-37/+10
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-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto1-1/+1
2021-04-14staging: rtl8723bs: remove unused argument in functionFabio Aiuto1-1/+1
2021-04-14staging: rtl8723bs: replace dump_drv_version() usage with netdev_dbg()Fabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: remove all DBG_8192C logsFabio Aiuto1-6/+0
2021-04-09staging: rtl8723bs: remove decl of unused static const variable in os_dep/ioc...Fabio Aiuto1-4/+0
2021-04-09staging: rtl8723bs: remove unused variable in os_dep/ioctl_linux.cFabio Aiuto1-3/+0
2021-04-09staging: rtl8723bs: remove unused pmlmepriv variable in rtw_dbg_port() in os_...Fabio Aiuto1-1/+0
2021-04-09staging: rtl8723bs: remove unused cur_network variable in rtw_dbg_port() in o...Fabio Aiuto1-1/+0
2021-04-09staging: rtl8723bs: remove unused variable pstapriv in rtw_dbg_port() in os_d...Fabio Aiuto1-2/+0
2021-04-09staging: rtl8723bs: remove set but unused psta variable in rtw_dbg_port() in ...Fabio Aiuto1-2/+0
2021-04-09staging: rtl8723bs: remove unused variables and code block left unused in os_...Fabio Aiuto1-8/+0
2021-04-09staging: rtl8723bs: remove unused code block in os_dep/ioctl_linux.cFabio Aiuto1-20/+0
2021-04-09staging: rtl8723bs: remove unused variable and empty for cycles left unused i...Fabio Aiuto1-6/+1
2021-04-07staging: rtl8723bs: split long linesFabio Aiuto1-1/+2
2021-04-07staging: rtl8723bs: rewrite comparison to nullFabio Aiuto1-5/+5
2021-04-07staging: rtl8723bs: add spaces around operatorsFabio Aiuto1-1/+1
2021-04-07staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto1-36/+21
2021-04-07staging: rtl8723bs: remove empty #ifdef blocks after DBG_871X removalFabio Aiuto1-18/+0
2021-04-07staging: rtl8723bs: remove empty for cycles left by DBG_871X removalFabio Aiuto1-7/+0
2021-04-07staging: rtl8723bs: put constant on the right side in if conditionFabio Aiuto1-1/+1
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-31/+3
2021-04-07staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto1-34/+0