summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-04staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp()Yang Yingliang1-4/+2
2022-11-08staging: rtl8723bs: Use min/max macros for variable comparisonDeepak R Varma1-8/+4
2021-08-10staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto1-33/+5
2021-08-05staging: rtl8723bs: remove unused macrosFabio Aiuto1-3/+0
2021-07-30staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto1-1/+1
2021-07-23staging: rtl8723bs: fix camel case in IE structuresFabio Aiuto1-14/+14
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bcn_infoFabio Aiuto1-8/+8
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto1-6/+6
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto1-29/+29
2021-07-21staging: rtl8723bs: fix camel case name in macro IsSupportedTxCCKFabio Aiuto1-1/+1
2021-07-21staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto1-1/+1
2021-06-24staging: rtl8723bs: remove code related to unsupported channel bandwidthFabio Aiuto1-14/+1
2021-06-24staging: rtl8723bs: remove all 5Ghz network typesFabio Aiuto1-11/+3
2021-05-25staging: rtl8723bs: fix suspect indentsShreyansh Chouhan1-25/+25
2021-05-25staging: rtl8723bs: remove unnecessary braces from conditionalsShreyansh Chouhan1-18/+17
2021-05-25staging: rtl8723bs: refactor to reduce indentsShreyansh Chouhan1-52/+56
2021-05-10staging: rtl8723bs: core: rtw_wlan_util: Remove unused variable 'start_seq'Lee Jones1-3/+1
2021-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto1-8/+13
2021-04-11staging: rtl8723bs: remove all commented out DBG_8192C logsFabio Aiuto1-3/+0
2021-04-07staging: rtl8723bs: split long linesFabio Aiuto1-6/+12
2021-04-07staging: rtl8723bs: add spaces around operatorsFabio Aiuto1-1/+1
2021-04-07staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto1-51/+34
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-8/+0
2021-04-07staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto1-5/+0
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-53/+3
2021-04-05staging: rtl8723bs: remove all RT_TRACE logs in core/rtw_wlan_util.cFabio Aiuto1-20/+4
2021-03-23staging: rtl8723bs: delete extern declarations in core/rtw_wlan_util.cFabio Aiuto1-3/+0
2021-03-20staging: rtl8723bs: remove unnecessary logging in core/rtw_wlan_util.cFabio Aiuto1-2/+0
2021-03-18staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-8/+0
2021-03-18staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-7/+0
2021-03-18staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-95/+0
2021-03-18staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-31/+0
2021-03-18staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issueShreya Ajith1-1/+1
2021-03-16staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-51/+2
2021-03-16staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-8/+0
2021-03-10staging: rtl8723bs: fix code style comparison warningKurt Manucredo1-1/+1
2020-12-08staging: rtl8723bs: replace _EXT_SUPPORTEDRATES_IE_Ross Schmidt1-1/+1
2020-12-08staging: rtl8723bs: replace _ERPINFO_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-1/+1
2020-12-08staging: rtl8723bs: replace _SSID_IE_Ross Schmidt1-1/+1
2020-12-08staging: rtl8723bs: use WLAN_EID_HT_OPERATIONRoss Schmidt1-3/+3
2020-12-08staging: rtl8723bs: use WLAN_EID_RSNRoss Schmidt1-1/+1
2020-12-08staging: rtl8723bs: use WLAN_EID_VENDOR_SPECIFICRoss Schmidt1-3/+3
2020-12-08staging: rtl8723bs: use WLAN_EID_HT_CAPABILITYRoss Schmidt1-1/+1
2020-11-23staging: rtl8723bs: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-13staging: rtl8723bs: clean up logical continuationsRoss Schmidt1-3/+3
2020-11-13staging: rtl8723bs: clean up space before tabsRoss Schmidt1-17/+17
2020-11-13staging: rtl8723bs: clean up bracesRoss Schmidt1-9/+14
2020-11-13staging: rtl8723bs: clean up line spacingRoss Schmidt1-1/+11