summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/include
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: remove leftover code for other chipsArtur Bujdoso2022-04-222-305/+0
* staging: rtl8723bs: remove header rtw_ioctl.hMichael Straube2022-04-082-73/+0
* Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-281-11/+0
|\
| * Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman2022-03-141-2/+6
| |\
| * | staging: rtl8723bs: Drop get_recvframe_data()Kees Cook2022-01-251-11/+0
* | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-242-2/+2
|\ \ \ | |_|/ |/| |
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-172-2/+2
| |/
* / staging: rtl8723bs: Improve the comment explaining the locking rulesHans de Goede2022-03-021-2/+6
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-2/+0
|\
| * exit/rtl8723bs: Replace the macro thread_exit with a simple return 0Eric W. Biederman2021-10-291-2/+0
* | Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-041-1/+1
|\ \
| * | staging: rtl8723bs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2021-10-051-1/+1
| |/
* / treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook2021-10-181-3/+3
|/
* staging: rtl8723bs: remove header file ethernet.hMichael Straube2021-08-263-15/+2
* staging: rtl8723bs: remove unused rtw_set_802_11_bssid() functionFabio Aiuto2021-08-261-1/+0
* staging: rtl8723bs: remove functions notifying wext eventsFabio Aiuto2021-08-261-3/+0
* staging: rtl8723bs: remove unused RF_*T*R enumFabio Aiuto2021-08-101-10/+0
* staging: rtl8723bs: fix tx power tables sizeFabio Aiuto2021-08-101-5/+3
* staging: rtl8723bs: use MAX_RF_PATH_NUM as ceiling to rf path indexFabio Aiuto2021-08-102-12/+8
* staging: rtl8723bs: remove RF_*TX enumFabio Aiuto2021-08-102-19/+6
* staging: rtl8723bs: remove unused macro in include/hal_data.hFabio Aiuto2021-08-101-1/+0
* staging: rtl8723bs: remove unused rtw_rf_config module paramFabio Aiuto2021-08-101-1/+0
* staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto2021-08-101-1/+1
* staging: rtl8723bs: remove rf type branching (third patch)Fabio Aiuto2021-08-102-5/+0
* staging: rtl8723bs: remove rf type branching (first patch)Fabio Aiuto2021-08-101-18/+0
* staging: rtl8723bs: clean driver from unused RF pathsFabio Aiuto2021-08-101-2/+1
* staging: rtl8723bs: remove code related to unsupported MCS index valuesFabio Aiuto2021-08-105-88/+1
* staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto2021-07-301-1/+1
* staging: rtl8723bs: remove unused BIT macros definitionsFabio Aiuto2021-07-302-12/+0
* staging: rtl8723bs: remove unused BT static variablesFabio Aiuto2021-07-291-4/+0
* staging: rtl8723bs: remove BT debug codeFabio Aiuto2021-07-281-3/+0
* staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto2021-07-231-4/+4
* staging: rtl8723bs: remove unused struct ndis_801_11_ai_resfiFabio Aiuto2021-07-231-6/+0
* staging: rtl8723bs: remove unused struct ndis_802_11_ai_reqfiFabio Aiuto2021-07-231-6/+0
* staging: rtl8723bs: fix camel case in IE structuresFabio Aiuto2021-07-231-5/+5
* staging: rtl8723bs: fix camel case in struct wlan_bcn_infoFabio Aiuto2021-07-231-1/+1
* staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto2021-07-231-4/+4
* staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto2021-07-231-2/+2
* staging: rtl8723bs: remove struct ndis_802_11_conf_fhFabio Aiuto2021-07-231-8/+0
* staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto2021-07-231-5/+5
* staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto2021-07-232-18/+18
* staging: rtl8723bs: fix camel case argument name in macro is_supported_tx_cckFabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: fix camel case name in macro IsSupportedTxCCKFabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: remove unused macros in include/ieee80211.hFabio Aiuto2021-07-211-8/+0
* staging: rtl8723bs: fix post-commit camel case issuesFabio Aiuto2021-07-211-2/+2
* staging: rtl8723bs: fix camel case name in macro IsSupported24GFabio Aiuto2021-07-211-2/+2
* staging: rtl8723bs: fix camel case in argument of macro is_legacy_onlyFabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: fix camel case name in macro IsLegacyOnly()Fabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: fix camel case issueFabio Aiuto2021-07-211-1/+1
* staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto2021-07-211-1/+1