summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qtnfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-251-3/+2
* mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi2019-06-252-7/+18
* mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi2019-06-251-15/+18
* rtlwifi: remove redundant assignment to variable kColin Ian King2019-06-251-3/+1
* rtlwifi: remove redundant assignment to variable badwordenColin Ian King2019-06-251-1/+0
* rtlwifi: rtl8192cu: fix error handle when usb probe failedPing-Ke Shih2019-06-251-2/+3
* mwifiex: ignore processing invalid command responseSwati Kushwaha2019-06-252-10/+19
* mwifiex: update set_mac_address logicSharvari Harisangam2019-06-251-3/+3
* mwifiex: print PCI mmap with %pKBrian Norris2019-06-251-1/+1
* mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris2019-06-251-2/+1
* p54usb: Fix race between disconnect and firmware loadingAlan Stern2019-06-251-25/+18
* b43: Avoid possible double calls to b43_one_core_detach()Jia-Ju Bai2019-05-281-6/+1
* libertas: fix spelling mistake "Donwloading" -> "Downloading"Colin Ian King2019-05-282-2/+2
* rtlwifi: btcoex: remove unused function exhalbtc_stack_operation_notifyYueHaibing2019-05-282-25/+0
* rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2'YueHaibing2019-05-282-10/+4
* rtlwifi: rtl8821ae: Remove set but not used variables 'cur_txokcnt' and 'b_la...YueHaibing2019-05-281-4/+1
* rtlwifi: rtl8821ae: Convert inline routines to little-endian wordsLarry Finger2019-05-283-179/+185
* rtlwifi: rtl8821ae: Convert macros that set descriptorLarry Finger2019-05-283-275/+474
* rtlwifi: rtl8821ae: Replace local bit manipulation macrosLarry Finger2019-05-282-126/+127
* rtlwifi: rtl8821ae: Remove unused GET_XXX and SET_XXX descriptor macrosLarry Finger2019-05-281-155/+2
* rtlwifi: 8192de: use le32 to access cckswing tablesPing-Ke Shih2019-05-281-22/+14
* rtlwifi: 8192de: Fix used uninitialized variables in power trackingPing-Ke Shih2019-05-281-2/+9
* rtlwifi: 8192de: make tables to be 'static const'Ping-Ke Shih2019-05-281-4/+4
* rtlwifi: 8192de: Reduce indentation and fix coding stylePing-Ke Shih2019-05-281-337/+303
* p54: Support boottime in scan resultsChristian Lamparter2019-05-281-0/+6
* p54: fix crash during initializationChristian Lamparter2019-05-281-1/+4
* brcmfmac: use strlcpy() instead of strcpy()Neo Jou2019-05-281-1/+1
* brcmfmac: fix typos in code commentsWeitao Hou2019-05-281-1/+1
* brcm80211: select WANT_DEV_COREDUMP conditionally for brcmfmacArend van Spriel2019-05-281-1/+1
* brcmfmac: use separate Kconfig file for brcmfmacArend van Spriel2019-05-282-49/+51
* brcmfmac: switch source files to using SPDX license identifierArend van Spriel2019-05-2854-658/+74
* brcmsmac: switch phy source files to using SPDX license identifierArend van Spriel2019-05-2814-168/+14
* brcmutil: switch source files to using SPDX license identifierArend van Spriel2019-05-283-36/+3
* brcm80211: switch common header files to using SPDX license identifierArend van Spriel2019-05-287-84/+7
* rtw88: more descriptions about LPSYan-Hsuan Chuang2019-05-281-1/+1
* rtw88: pci: check if queue mapping exceeds size of ac_to_hwqYan-Hsuan Chuang2019-05-281-0/+2
* rtw88: pci: use ieee80211_ac_numbers instead of 0-3Yan-Hsuan Chuang2019-05-281-4/+4
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-05-2748-250/+1017
|\
| * ath10k: Check tx_stats before use itYingying Tang2019-05-071-0/+7
| * ath10k: add peer id check in ath10k_peer_find_by_idWen Gong2019-05-071-0/+3
| * ath10k: Add wmi tlv service map for mesh 11sSurabhi Vishnoi2019-05-071-0/+2
| * ath10k: Do not send probe response template for meshSurabhi Vishnoi2019-05-071-0/+4
| * ath10k: Add wmi tlv vdev subtype for mesh in WCN3990Surabhi Vishnoi2019-05-072-1/+33
| * ath10k: change swap mail box config for UTF mode of SDIOWen Gong2019-05-072-3/+13
| * ath10k: Fix the wrong value of enums for wmi tlv stats idSurabhi Vishnoi2019-05-071-3/+4
| * ath10k: coredump: use struct_size() helperGustavo A. R. Silva2019-05-071-2/+2
| * ath10k: Use struct_size() helperGustavo A. R. Silva2019-05-071-3/+1
| * ath10k: Fix encoding for protected management framesRakesh Pillai2019-05-071-1/+3
| * ath10k: rx_duration update for fw_stats debugfs entryBalaji Pothunoori2019-05-073-7/+35
| * ath10k: Fix the tx stats bytes & packets parsingBrandon Huang2019-05-071-3/+3