summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/core
AgeCommit message (Expand)AuthorFilesLines
2021-07-28staging: rtl8723bs: core: Fix incorrect type in assignmentFabio M. De Francesco1-13/+18
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto1-4/+4
2021-07-23staging: rtl8723bs: fix camel case in IE structuresFabio Aiuto2-24/+24
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bcn_infoFabio Aiuto2-22/+22
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto2-19/+19
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto7-42/+42
2021-07-23staging: rtl8723bs: remove struct ndis_802_11_conf_fhFabio Aiuto1-4/+0
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto5-42/+42
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto7-380/+380
2021-07-23staging: rtl8723bs: remove 5Ghz code blocksFabio Aiuto1-5/+2
2021-07-21staging: rtl8723bs: fix camel case name in macro IsSupportedTxCCKFabio Aiuto2-2/+2
2021-07-21staging: rtl8723bs: fix camel case name in macro IsSupported24GFabio Aiuto1-1/+1
2021-07-21staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto2-2/+2
2021-07-21staging: rtl8723bs: remove custom endian conversion macrosBryan Brattlof1-11/+2
2021-06-24staging: rtl8723bs: convert function to staticFabio Aiuto1-2/+1
2021-06-24staging: rtl8723bs: remove VHT dead codeFabio Aiuto1-1/+0
2021-06-24staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto1-120/+94
2021-06-24staging: rtl8723bs: remove struct rt_channel_plan_5gFabio Aiuto1-56/+2
2021-06-24staging: rtl8723bs: remove code related to unsupported channel bandwidthFabio Aiuto2-18/+2
2021-06-24staging: rtl8723bs: remove all 5Ghz network typesFabio Aiuto5-103/+9
2021-06-18staging: rtl8723bs: rtw_efuse: Fix coding styleShreyas Krishnakumar1-7/+4
2021-06-18staging: rtl8723bs: core: use eth_broadcast_addr() to assign broadcast addressYang Yingliang1-5/+3
2021-06-15staging: rtl8723bs: remove two unused files from treeFabio Aiuto1-208/+0
2021-06-12staging: rtl8723bs: core: add blank line after variable declarationPhilippe Dixon1-16/+20
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto5-24/+24
2021-06-03staging: rtl8723bs: core: rtw_mlme_ext.c: remove deadcodeYu Kuai1-12/+1
2021-05-27Staging: rtl8723bs: fixed a blank coding styleDonggyu Kim1-0/+1
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-25staging: rtl8723bs: core: rtw_mlme_ext.c: Remove set but unused variableFabio M. De Francesco1-4/+1
2021-05-25staging: rtl8723bs: moved contexts for arc4 encryption in struct security_privFabio Aiuto1-21/+20
2021-05-19staging: rtl8723bs: remove if (true) statementBryan Brattlof1-81/+78
2021-05-19staging: rtl8723bs: remove _rtw_sd_f0_read8()Bryan Brattlof1-19/+0
2021-05-19staging: rtl8723bs: remove duplicate name for _rtw_write_port()Bryan Brattlof1-1/+1
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_write32()Bryan Brattlof1-1/+1
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_write16()Bryan Brattlof1-1/+1
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_write8()Bryan Brattlof1-1/+1
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_read32()Bryan Brattlof1-1/+1
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_read16()Bryan Brattlof1-1/+1
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_read8()Bryan Brattlof1-1/+1
2021-05-19staging: rtl8723bs: fix coding style for if comparisionsShreyansh Chouhan1-3/+3
2021-05-13staging: rtl8723bs: remove unused argument 'msg'Bryan Brattlof3-4/+4
2021-05-13staging: rtl8723bs: core: Remove unnecessary lines of codeFabio M. De Francesco1-19/+1
2021-05-13staging: rtl8723bs: remove unneeded comments to silence 'line too long' warningFabio Aiuto1-2/+3
2021-05-13staging: rtl8723bs: replace private CRC-32 routines with in-kernel onesFabio Aiuto1-59/+7
2021-05-10staging: rtl8723bs: replace private arc4 encryption with in-kernel oneFabio Aiuto1-80/+21
2021-05-10staging: rtl8723bs: remove unused macros, arrays and an inline function defFabio Aiuto1-175/+0
2021-05-10staging: rtl8723bs: use in-kernel aes encryptionFabio Aiuto1-207/+5
2021-05-10staging: rtl8723bs: use in-kernel aes encryption in OMAC1 routinesFabio Aiuto1-105/+9