summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Allocate full pwep structureKees Cook2022-06-101-2/+4
* staging: rtl8723bs: Change rtw_ndev_notifier_call message to dbgChris Morgan2022-04-041-1/+1
* Staging: rtl8723bs: Placing opening { braces in previous lineJagath Jog J2022-01-251-66/+32
* staging: rtl8723bs: remove redundant result variableMinghao Chi2022-01-251-5/+1
* staging: rtl8723bs: fix typo in a commentJason Wang2021-12-201-1/+1
* staging: rtl: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+1
* staging: use eth_hw_addr_set()Jakub Kicinski2021-10-202-2/+2
* staging: rtl8723bs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2021-10-051-1/+1
* staging: rtl8723bs: remove a second possible deadlockHans de Goede2021-09-211-2/+0
* staging: rtl8723bs: ignore unused wiphy_wowlan object warningsBryan Brattlof2021-09-171-1/+1
* staging: rtl8723bs: remove unused macros from ioctl_linux.cMichael Straube2021-09-131-14/+0
* staging: rtl8723bs: clean up comparsions to NULLMichael Straube2021-09-133-23/+23
* staging: rtl8723bs: remove unused _rtw_init_queue() functionFabio Aiuto2021-09-131-7/+0
* staging: rtl8723bs: remove functions notifying wext eventsFabio Aiuto2021-08-262-42/+0
* staging: rtl8723bs: fix logical continuation issueFabio Aiuto2021-08-261-3/+3
* staging: rtl8723bs: fix code indent issuesFabio Aiuto2021-08-261-6/+6
* staging: rtl8723bs: remove obsolete wext supportFabio Aiuto2021-08-262-3099/+0
* staging: rtl8723bs: os_dep: remove unused variableSaurav Girepunje2021-08-101-8/+0
* staging: rtl8723bs: remove unused rtw_rf_config module paramFabio Aiuto2021-08-101-4/+0
* staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto2021-08-101-17/+6
* staging: rtl8723bs: Remove initialisation of globals to 0Scott J. Crouch2021-08-051-2/+2
* staging: rtl8723bs: remove unused macrosFabio Aiuto2021-08-053-5/+0
* staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto2021-07-302-7/+7
* staging: rtl8723bs: remove unused BT static variablesFabio Aiuto2021-07-291-10/+0
* staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto2021-07-232-33/+33
* staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto2021-07-232-3/+3
* staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto2021-07-233-37/+37
* staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto2021-07-232-15/+15
* staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto2021-07-232-84/+84
* staging: rtl8723bs: remove commented out conditionFabio Aiuto2021-07-231-1/+1
* staging: rtl8723bs: remove 5Ghz code blocksFabio Aiuto2021-07-231-17/+3
* staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: add get_channel cfg80211 implementationFabio Aiuto2021-07-211-1/+52
* staging: rtl8723bs: fix wpa_set_auth_algs() functionFabio Aiuto2021-07-211-3/+3
* Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-0510-148/+45
|\
| * staging: rtl8723bs: fix check allowing 5Ghz settingsFabio Aiuto2021-06-241-4/+3
| * staging: rtl8723bs: remove obsolete 5Ghz commentsFabio Aiuto2021-06-242-6/+0
| * staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto2021-06-242-3/+0
| * staging: rtl8723bs: remove 5Ghz field in struct registry_privFabio Aiuto2021-06-241-1/+0
| * staging: rtl8723bs: remove code related to unsupported channel bandwidthFabio Aiuto2021-06-241-4/+6
| * staging: rtl8723bs: remove all 5Ghz network typesFabio Aiuto2021-06-241-1/+1
| * staging: rtl8723bs: Fix an error handling pathChristophe JAILLET2021-06-241-1/+3
| * staging: rtl8723bs: os_dep: use eth_broadcast_addr() to assign broadcast addressYang Yingliang2021-06-182-4/+3
| * Merge tag 'v5.13-rc6' into staging-nextGreg Kroah-Hartman2021-06-141-1/+1
| |\
| * | staging: rtl8723bs: os_dep: Remove conditions with no effectsFabio M. De Francesco2021-06-121-10/+2
| * | staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto2021-06-091-2/+2
| * | staging: rtl8723bs: remove sd_f0_read8()Bryan Brattlof2021-05-251-28/+0
| * | Merge 5.13-rc2 into staging-nextGreg Kroah-Hartman2021-05-172-19/+25
| |\ \
| * | | staging: rtl8723bs: Delete two redundant condition branchesZhen Lei2021-05-101-4/+0
| * | | staging: rtl8723bs: Use list iterators and helpersGuenter Roeck2021-05-103-57/+17