aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_ieee80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09staging: rtl8723bs: remove rtw_is_wps_ieNam Cao1-17/+0
2022-04-04staging: rtl8723bs: remove redundant braces in if statementsSevinj Aghayeva1-8/+4
2022-04-04staging: rtl8723bs: Remove redundant else branches.Sevinj Aghayeva1-19/+13
2021-08-10staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto1-55/+18
2021-08-05staging: rtl8723bs: remove unused macrosFabio Aiuto1-1/+0
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bcn_infoFabio Aiuto1-14/+14
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto1-1/+1
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto1-3/+3
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto1-26/+26
2021-06-24staging: rtl8723bs: remove all 5Ghz network typesFabio Aiuto1-18/+4
2021-05-10staging: rtl8723bs: core: rtw_ieee80211: Fix incorrectly named functionLee Jones1-1/+1
2021-05-10staging: rtl8723bs: core: rtw_ieee80211: Remove seemingly pointless copyLee Jones1-3/+1
2021-04-11staging: rtl8723bs: remove all commented out DBG_8192C logsFabio Aiuto1-1/+0
2021-04-11staging: rtl8723bs: core: Remove an unused variableFabio M. De Francesco1-3/+1
2021-04-09staging: rtl8723bs: Remove unnecessary codeMuhammad Usama Anjum1-2/+0
2021-04-07staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto1-6/+4
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-4/+0
2021-04-07staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto1-1/+0
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-33/+0
2021-04-05staging: rtl8723bs: add spaces around operators in core/rtw_ieee80211.cFabio Aiuto1-2/+2
2021-04-05staging: rtl8723bs: remove RT_TRACE logs in core/rtw_ieee80211.cFabio Aiuto1-75/+15
2021-03-26staging: rtl8723bs: remove assignment in condition in core/rtw_ieee80211.cFabio Aiuto1-2/+3
2021-03-12staging: rtl8723bs: remove typedefs in basic_types.hMarco Cesati1-3/+3
2021-03-12staging: rtl8723bs: remove typedefs in ieee80211.hMarco Cesati1-1/+1
2020-12-08staging: rtl8723bs: replace _WAPI_IE_Ross Schmidt1-2/+2
2020-12-08staging: rtl8723bs: replace _EXT_SUPPORTEDRATES_IE_Ross Schmidt1-2/+2
2020-12-08staging: rtl8723bs: replace _IBSS_PARA_IE_Ross Schmidt1-1/+1
2020-12-08staging: rtl8723bs: replace _DSSET_IE_Ross Schmidt1-1/+1
2020-12-08staging: rtl8723bs: replace _SUPPORTEDRATES_IE_Ross Schmidt1-2/+2
2020-12-08staging: rtl8723bs: replace _SSID_IE_Ross Schmidt1-1/+1
2020-12-08staging: rtl8723bs: replace WLAN_EID_VHT_OP_MODE_NOTIFYRoss Schmidt1-1/+1
2020-12-08staging: rtl8723bs: use WLAN_EID_HT_OPERATIONRoss Schmidt1-1/+1
2020-12-08staging: rtl8723bs: use WLAN_EID_RSNRoss Schmidt1-3/+3
2020-12-08staging: rtl8723bs: use WLAN_EID_VENDOR_SPECIFICRoss Schmidt1-6/+6
2020-12-08staging: rtl8723bs: use WLAN_EID_HT_CAPABILITYRoss Schmidt1-2/+2
2020-12-07staging: rtl8723bs: replace cap_* macrosRoss Schmidt1-3/+3
2020-11-13staging: rtl8723bs: clean up open ended linesRoss Schmidt1-8/+5
2020-11-06staging: rtl8723bs: remove MAC_FMT macroRoss Schmidt1-1/+1
2020-10-05staging: rtl8723bs: replace RTW_GET_BE16 with get_unaligned_be16Ross Schmidt1-2/+2
2020-10-05staging: rtl8723bs: replace RTW_GET_LE16 with get_unaligned_le16Ross Schmidt1-2/+2
2020-10-05staging: rtl8723bs: replace RTW_GET_BE24 with get_unaligned_be24Ross Schmidt1-1/+2
2020-03-26staging: rtl8723bs: core: Correct typos in commentsR Veera Kumar1-1/+1
2019-06-13staging: rtl8723bs: rtw_get_sec_ie(): Change return typeNishka Dasgupta1-3/+1
2019-03-30staging: rtl8723bs: core: rtw_ieee80211.c: Remove unnecessary parenthesesPayal Kshirsagar1-3/+3
2018-12-17Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore1-13/+13
2018-07-13staging: rtl8723bs: fix comparsions to trueMichael Straube1-3/+3
2018-07-13staging: rtl8723bs: change return type to boolMichael Straube1-2/+2
2018-07-13staging: rtl8723bs: refactor rtw_is_cckratesonly_includedMichael Straube1-5/+4
2018-07-13staging: rtl8723bs: refactor rtw_is_cckrates_included()Michael Straube1-5/+4
2018-07-08staging: rtl8723bs: remove braces from single if statementMichael Straube1-2/+1