aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-15wireless: Remove call to memset after dma_alloc_coherentFuqian Huang4-11/+0
2019-10-14rtw88: include interrupt.h for tasklet_structBrian Norris1-0/+1
2019-10-14rtw88: use a for loop in rtw_power_mode_change(), not gotoBrian Norris1-32/+29
2019-10-14rtw88: coex: Set 4 slot mode for A2DPPing-Ke Shih1-9/+15
2019-10-14rtw88: pci: config phy after chip info is setupYan-Hsuan Chuang1-2/+2
2019-10-14rtw88: Use rtw_write8_set to set SYS_FUNCYan-Hsuan Chuang1-1/+1
2019-10-14rtw88: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 supportTzu-En Huang3-0/+8
2019-10-14rtw88: config 8822c multicast address in MAC init flowTzu-En Huang2-0/+4
2019-10-11rtlwifi: rtl8192se: Convert inline routines to little-endian wordsLarry Finger2-118/+122
2019-10-11rtlwifi: rtl8192se: Convert macros that set descriptorLarry Finger2-194/+341
2019-10-11rtlwifi: rtl8192se: Replace local bit manipulation macrosLarry Finger3-91/+74
2019-10-11rtlwifi: rtl8192se: Remove unused GET_XXX and SET_XXXLarry Finger1-223/+0
2019-10-11wlcore: clean-up clearing of WL1271_FLAG_IRQ_RUNNINGTony Lindgren1-6/+6
2019-10-11rtlwifi: rtl8192ee: Remove set but not used variable 'err'zhengbin1-4/+1
2019-10-09rtlwifi: rtl8192ee: Remove set but not used variable 'cur_tx_wp'zhengbin1-2/+1
2019-10-09rtl8xxxu: make arrays static, makes object smallerColin Ian King3-9/+9
2019-10-09iwlegacy: make array interval static, makes object smallerColin Ian King1-1/+1
2019-10-09rtw88: Fix an error messageDan Carpenter1-1/+1
2019-10-09rtl8xxxu: add bluetooth co-existence support for single antennaChris Chiu3-7/+301
2019-10-09mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost1-1/+4
2019-10-09mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost1-1/+3
2019-10-09rsi: drop bogus device-id checks from probeJohan Hovold1-2/+2
2019-10-09Revert "rsi: fix potential null dereference in rsi_probe()"Johan Hovold1-1/+1
2019-10-09rtlwifi: rtl8723: Remove set but not used variable 'own'zhengbin1-4/+0
2019-10-09rtlwifi: btcoex: Remove set but not used variables 'wifi_busy','bt_info_ext'zhengbin1-8/+1
2019-10-09rtlwifi: btcoex: Remove set but not used variable 'result'zhengbin1-9/+0
2019-10-09rtlwifi: rtl8188ee: Remove set but not used variable 'h2c_parameter'zhengbin1-7/+1
2019-10-09rtlwifi: rtl8188ee: Remove set but not used variables 'v3','rtstatus','reg_ecc','reg_ec4','reg_eac','b_pathb_ok'zhengbin1-17/+4
2019-10-09rtlwifi: rtl8192c: Remove set but not used variables 'reg_ecc','reg_eac'zhengbin1-6/+2
2019-10-09rtlwifi: rtl8723ae: Remove set but not used variables 'reg_ecc','reg_ec4','reg_eac','b_pathb_ok'zhengbin1-11/+3
2019-10-09rtlwifi: rtl8821ae: Remove set but not used variables 'rtstatus','bd'zhengbin1-6/+1
2019-10-09rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driverChris Chiu2-7/+278
2019-10-04rsi: fix potential null dereference in rsi_probe()Denis Efremov1-1/+1
2019-10-04libertas: remove redundant assignment to variable retColin Ian King1-1/+0
2019-10-04brcmfmac: add support for SAE authentication offloadChung-Hsien Hsu6-8/+90
2019-10-04rtw88: fix error handling when setup efuse infoPing-Ke Shih1-5/+6
2019-10-04rtw88: fix NSS of hw_capPing-Ke Shih1-1/+2
2019-10-04rtw88: use struct rtw_fw_hdr to access firmware headerPing-Ke Shih2-34/+48
2019-10-04rtw88: raise firmware version debug levelYan-Hsuan Chuang1-4/+2
2019-10-04rtw88: configure TX queue EDCA parametersYan-Hsuan Chuang3-0/+83
2019-10-04rtw88: Don't set RX_FLAG_DECRYPTED if packet has no encryptionPing-Ke Shih3-2/+15
2019-10-04rtw88: fix beaconing mode rsvd_page memory violation issueYan-Hsuan Chuang1-9/+43
2019-10-04rtw88: flush hardware tx queuesYan-Hsuan Chuang4-1/+105
2019-10-04rtw88: add TX-AMSDU supportYan-Hsuan Chuang2-0/+25
2019-10-04rtw88: report tx rate to mac80211 stackTzu-En Huang7-19/+143
2019-10-04rtw88: take over rate control from mac80211Yan-Hsuan Chuang5-2/+87
2019-10-04rtw88: add driver TX queue supportYan-Hsuan Chuang5-9/+156
2019-10-04rtw88: allows to set RTS in TX descriptorYan-Hsuan Chuang4-0/+20
2019-10-04rtw88: check firmware leave lps successfullyChin-Yen Lee3-0/+32
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo31-420/+719