summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2019-04-29ath10k: add struct for high latency PN replay protectionWen Gong2-4/+47
2019-04-23ath10k: sdio: add missing error checkErik Stromdahl1-0/+5
2019-04-23ath10k: add initialization of HTC headerAlagu Sankar1-0/+1
2019-04-23ath10k: fix use-after-free on SDIO data framesKalle Valo1-0/+7
2019-04-23ath10k: htt: support MSDU ids with SDIOAlagu Sankar3-1/+15
2019-04-23ath10k: initialise struct ath10k_bus params to zeroKalle Valo5-5/+5
2019-04-23ath10k: htt: don't use txdone_fifo with SDIOAlagu Sankar1-1/+3
2019-04-23ath10k: don't disable interrupts in ath10k_sdio_remove()Wen Gong1-2/+0
2019-04-23ath10k: sdio: workaround firmware UART pin configuration bugWen Gong2-1/+14
2019-04-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo13-117/+330