summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-08staging: rtl8723bs: add missing blank linesMichael Straube1-0/+2
2018-07-08staging: rtl8723bs: remove blank linesMichael Straube1-31/+0
2018-07-08staging: rtl8723bs: fix indentationMichael Straube1-8/+8
2018-07-08staging: rtl8723bs: replace tab with spaceMichael Straube1-3/+3
2018-07-08staging: rtl8723bs: replace while with shorter for loopMichael Straube1-9/+3
2018-06-28staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube1-26/+4
2018-06-28staging: rtl8723bs: use ether_addr_copy() in rtw_macaddr_cfg()Michael Straube1-3/+3
2018-06-28staging: rtl8723bs: refactor rtw_macaddr_cfg()Michael Straube1-15/+4
2018-06-28staging: rtl8723bs: fix comparsion to NULL - coding styleMichael Straube1-2/+2
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor1-9/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja1-1/+1
2017-11-03staging: rtl8723bs: Fix checkpatch.pl errorSidong Yang1-3/+3
2017-04-11staging: rtl8723bs: Add missing include <linux/of.h> to fix compile errorHans de Goede1-1/+1
2017-04-09staging: rtl8723bs: Fix indenting mistakes in core/rtw_ieee80211.cLarry Finger1-8/+5
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede1-0/+1433