aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-30staging: rtl8723bs: align condition to match open parenthesesFabio Aiuto1-1/+1
2021-07-30staging: rtl8723bs: remove unnecessary parenthesesFabio Aiuto1-3/+3
2021-07-30staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto6-19/+19
2021-07-30staging: rtl8723bs: remove unused BIT macros definitionsFabio Aiuto2-12/+0
2021-07-29staging: rtl8723bs: remove unused BT static variablesFabio Aiuto2-14/+0
2021-07-28staging: rtl8723bs: core: Fix incorrect type in assignmentFabio M. De Francesco1-13/+18
2021-07-28staging: rtl8723bs: remove BT debug codeFabio Aiuto8-985/+0
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto4-41/+41
2021-07-23staging: rtl8723bs: remove unused struct ndis_801_11_ai_resfiFabio Aiuto1-6/+0
2021-07-23staging: rtl8723bs: remove unused struct ndis_802_11_ai_reqfiFabio Aiuto1-6/+0
2021-07-23staging: rtl8723bs: fix camel case in IE structuresFabio Aiuto3-29/+29
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bcn_infoFabio Aiuto3-23/+23
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto5-26/+26
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto12-82/+82
2021-07-23staging: rtl8723bs: remove struct ndis_802_11_conf_fhFabio Aiuto2-12/+0
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto9-63/+63
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto14-495/+495
2021-07-23staging: rtl8723bs: remove commented out conditionFabio Aiuto1-1/+1
2021-07-23staging: rtl8723bs: remove 5Ghz code blocksFabio Aiuto2-22/+5
2021-07-23staging: rtl8723bs: add spaces around operatorFabio Aiuto1-1/+1
2021-07-23staging: rtl8723bs: convert function name to snake caseFabio Aiuto1-2/+2
2021-07-23staging: rtl8723bs: fix camel case inside functionFabio Aiuto1-12/+12
2021-07-23staging: rtl8723bs: simplify function selecting channel groupFabio Aiuto1-50/+12
2021-07-21staging: rtl8723bs: select CONFIG_CRYPTO_LIB_ARC4Arnd Bergmann1-0/+1
2021-07-21staging: rtl8723bs: Fix a resource leak in sd_int_dpcXiangyang Zhang1-0/+2
2021-07-21staging: rtl8723bs: fix camel case argument name in macro is_supported_tx_cckFabio Aiuto1-1/+1
2021-07-21staging: rtl8723bs: fix camel case name in macro IsSupportedTxCCKFabio Aiuto3-3/+3
2021-07-21staging: rtl8723bs: remove unused macros in include/ieee80211.hFabio Aiuto1-8/+0
2021-07-21staging: rtl8723bs: fix post-commit camel case issuesFabio Aiuto2-4/+4
2021-07-21staging: rtl8723bs: fix camel case name in macro IsSupported24GFabio Aiuto3-4/+4
2021-07-21staging: rtl8723bs: fix camel case in argument of macro is_legacy_onlyFabio Aiuto1-1/+1
2021-07-21staging: rtl8723bs: fix camel case name in macro IsLegacyOnly()Fabio Aiuto2-2/+2
2021-07-21staging: rtl8723bs: fix camel case issueFabio Aiuto1-1/+1
2021-07-21staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto4-4/+4
2021-07-21staging: rtl8723bs: add get_channel cfg80211 implementationFabio Aiuto1-1/+52
2021-07-21staging: rtl8723bs: fix wpa_set_auth_algs() functionFabio Aiuto1-3/+3
2021-07-21staging: rtl8723bs: remove custom endian conversion macrosBryan Brattlof1-11/+2
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds88-7679/+1290
2021-06-24staging: rtl8723bs: convert function to staticFabio Aiuto1-2/+1
2021-06-24staging: rtl8723bs: remove item from TODO listFabio Aiuto1-2/+0
2021-06-24staging: rtl8723bs: fix check allowing 5Ghz settingsFabio Aiuto1-4/+3
2021-06-24staging: rtl8723bs: remove obsolete 5Ghz commentsFabio Aiuto2-6/+0
2021-06-24staging: rtl8723bs: fix macro value for 2.4Ghz only deviceFabio Aiuto1-4/+1
2021-06-24staging: rtl8723bs: remove unused ODM_CMNINFO_BOARD_TYPE enum itemFabio Aiuto2-8/+1
2021-06-24staging: rtl8723bs: remove VHT dead codeFabio Aiuto8-752/+9
2021-06-24staging: rtl8723bs: remove 5Ghz code related to RF power calibrationFabio Aiuto4-114/+2
2021-06-24staging: rtl8723bs: remove some unused 5Ghz macro definitionsFabio Aiuto4-6/+0
2021-06-24staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto6-207/+97
2021-06-24staging: rtl8723bs: beautify prototypes in include/hal_com_phycfg.hFabio Aiuto1-140/+48
2021-06-24staging: rtl8723bs: remove all branchings between 2.4Ghz and 5Ghz band typesFabio Aiuto17-867/+488