summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo48-250/+1017
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner11-0/+11
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-137/+352
2019-05-07ath10k: Check tx_stats before use itYingying Tang1-0/+7
2019-05-07ath10k: add peer id check in ath10k_peer_find_by_idWen Gong1-0/+3
2019-05-07ath10k: Add wmi tlv service map for mesh 11sSurabhi Vishnoi1-0/+2
2019-05-07ath10k: Do not send probe response template for meshSurabhi Vishnoi1-0/+4
2019-05-07ath10k: Add wmi tlv vdev subtype for mesh in WCN3990Surabhi Vishnoi2-1/+33
2019-05-07ath10k: change swap mail box config for UTF mode of SDIOWen Gong2-3/+13
2019-05-07ath10k: Fix the wrong value of enums for wmi tlv stats idSurabhi Vishnoi1-3/+4
2019-05-07ath10k: coredump: use struct_size() helperGustavo A. R. Silva1-2/+2
2019-05-07ath10k: Use struct_size() helperGustavo A. R. Silva1-3/+1
2019-05-07ath10k: Fix encoding for protected management framesRakesh Pillai1-1/+3
2019-05-07ath10k: rx_duration update for fw_stats debugfs entryBalaji Pothunoori3-7/+35
2019-05-07ath10k: Fix the tx stats bytes & packets parsingBrandon Huang1-3/+3
2019-05-07ath10k: Modify CE4 src buffer entries to 2048 for WCN3990Govind Singh1-1/+1
2019-05-07ath10k: Move board id and fw version logging to info levelGovind Singh1-7/+8
2019-05-07ath10k: Added support to reset HTT stats in debugfsMaharaja Kennadyrajan4-4/+48
2019-05-07ath10k: Extended the HTT stats support to retrieve Mu-MIMO related statsMaharaja Kennadyrajan3-7/+8
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-6/+0
2019-05-06net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller13-117/+330
2019-05-03wil6210: remove HALP for Talyn devicesMaya Erez1-0/+6
2019-05-03wil6210: check rx_buff_mgmt before accessing itDedy Lansky1-0/+3
2019-05-03wil6210: fix missed MISC mbox interruptMaya Erez1-1/+1
2019-05-03wil6210: fix overwriting max_assoc_sta module paramAhmad Masri8-46/+49
2019-05-03wil6210: enhancements for descriptor and status ring debugfsDedy Lansky2-12/+45
2019-05-03wil6210: add support for multiple sections in brd fileMaya Erez4-45/+126
2019-05-03wil6210: add printout of platform capabilitiesDedy Lansky1-0/+2
2019-05-03wil6210: fix _desc access in __wil_tx_vring_tsoAlexei Avshalom Lazar1-0/+3
2019-05-03wil6210: fix spurious interrupts in 3-msiMaya Erez1-25/+40
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-11/+31
2019-04-29wireless: carl9170: fix clang build warningArnd Bergmann2-2/+2
2019-04-29wil6210: fix potential out-of-bounds readGustavo A. R. Silva1-0/+1
2019-04-29ath: DFS JP domain W56 fixed pulse type 3 RADAR detectionAnilkumar Kolli1-1/+1
2019-04-29ath9k: drop redundant code in ar9003_hw_set_channelTomislav Požega1-21/+3
2019-04-29ath: drop duplicated defineTomislav Požega1-1/+0
2019-04-29ath9k: Remove some set but not used variablesYueHaibing1-11/+0
2019-04-29ath9k: Differentiate between max combined and per chain powerSven Eckelmann5-6/+8
2019-04-29ath9k: Check for errors when reading SREV registerTim Schumacher1-9/+23
2019-04-29ath9k: Don't trust TX status TID number when reporting airtimeToke Høiland-Jørgensen1-3/+4
2019-04-29ath6kl: remove redundant check of status != 0Colin Ian King1-3/+0
2019-04-29ath6kl: add some bounds checkingDan Carpenter1-1/+9
2019-04-29ath6kl: wmi: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-04-29ath6kl: debug: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-04-29ath10k: fix incorrect multicast/broadcast rate settingPradeep kumar Chitrapu1-3/+7
2019-04-29ath10k: enable QCA6174 hw3.2 SDIO hardwareWen Gong3-1/+29
2019-04-29ath10k: add fragmentation handler for high latency devicesWen Gong2-0/+243
2019-04-29ath10k: add PN replay protection for high latency devicesWen Gong1-2/+95
2019-04-29ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND eventWen Gong1-0/+46