aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo22-59/+689
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-11/+31
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-29ath10k: Drop WARN_ON()s that always trigger during system resumeRafael J. Wysocki1-2/+2
2019-04-29ath10k: perform crash dump collection in workqueueBrian Norris6-9/+29
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
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-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2-3/+3
2019-02-28ath10k: Fill rx duration for each peer in fw_stats for WCN3990Surabhi Vishnoi6-6/+60
2019-02-28ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_statsSurabhi Vishnoi1-3/+3
2019-02-28ath10k: Fix the wrong updation of SGI in tx_stats debugfsSurabhi Vishnoi2-1/+4
2019-02-28ath10k: Fix the wrong updation of BW in tx_stats debugfs entrySurabhi Vishnoi2-4/+5
2019-02-28ath10k: Fix the incorrect updation of NSS data in tx statsSurabhi Vishnoi1-8/+8
2019-02-26ath10k: update the max num of peers supported for WCN3990Abhishek Ambure2-6/+6
2019-02-26ath10k: remove the calibration data fetch for sdioWen Gong1-0/+3
2019-02-26ath10k: Fix length of wmi tlv command for protected mgmt framesSurabhi Vishnoi1-3/+1
2019-02-26ath10k: don't report unset rssi values to mac80211Alagu Sankar1-3/+9
2019-02-26ath10k: sdio: reset chip on power_down()Wen Gong1-8/+16
2019-02-26ath10k: sdio: disable fwlog printsAlagu Sankar1-0/+7
2019-02-26ath10k: sdio: set hi_acs_flagsAlagu Sankar1-3/+9
2019-02-26ath10k: correct the format of host memory chunks in wmi init commandYu Wang1-3/+36