aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07ath10k: rx_duration update for fw_stats debugfs entryBalaji Pothunoori1-6/+31
2019-02-28ath10k: Fill rx duration for each peer in fw_stats for WCN3990Surabhi Vishnoi1-1/+1
2019-02-26ath10k: add support for ack rssi value of management tx packetsAbhishek Ambure1-12/+30
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-12ath10k: add support to configure ftm responder rolePradeep Kumar Chitrapu1-0/+4
2019-02-11ath10k: implement set_base_macaddr to fix rx-bssid mask in multiple APs confChristian Lamparter1-0/+21
2019-02-11ath10k: update GCMP & GCMP-256 cipher suite number for WCN3990Abhishek Ambure1-0/+30
2019-02-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-2/+25
2019-02-07ath10k: fix dma unmap direction for management framesRakesh Pillai1-2/+2
2019-02-07ath10k: Handle bundled tx completion for management framesRakesh Pillai1-0/+23
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-12-20ath10k: add support to configure BB timing over wmiBhagavathi Perumal S1-0/+23
2018-12-20ath10k: remove an unnecessary NULL checkDan Carpenter1-1/+1
2018-12-20ath10k: disable 4addr source port learning in 10.4 FW by defaultSathishkumar Muruganandam1-0/+4
2018-11-05ath10k: fill the channel survey results for WCN3990 correctlyRakesh Pillai1-37/+91
2018-10-01ath10k: add debugfs support to get power save state change of STAMaharaja Kennadyrajan1-1/+38
2018-10-01ath10k: fix tx status flag setting for management framesRakesh Pillai1-1/+6
2018-10-01ath10k: fix vdev-start timeout on errorBen Greear1-3/+16
2018-09-06ath10k: wmi: disable softirq's while calling ieee80211_rxErik Stromdahl1-1/+2
2018-09-06ath10k: avoid possible memory access violationK.T.VIJAYAKUMAAR1-0/+7
2018-09-03ath10k: retrieve MAC address from system firmware if providedBrian Norris1-1/+2
2018-08-28ath10k: schedule hardware restart if WMI command times outMartin Willi1-0/+6
2018-07-30ath10k: add debugfs file warm_hw_resetMaharaja Kennadyrajan1-1/+1
2018-07-30ath10k: handle mgmt tx completion eventRakesh Pillai1-0/+85
2018-06-14ath10k: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-3/+1
2018-06-14ath10k: support use of channel 173Ben Greear1-1/+1
2018-06-13ath10k: fix memory leak of tpc_statsColin Ian King1-4/+4
2018-05-25ath10k: DFS Host ConfirmationSriram R1-10/+176
2018-05-25ath: add support to get the detected radar specificationsSriram R1-1/+1
2018-05-12ath10k: remove variables which set but not usedKenneth Lu1-10/+2
2018-04-27ath10k: fix spelling mistake: "servive" -> "service"Colin Ian King1-1/+1
2018-04-27ath10k: fix kernel panic while reading tpc_statsTamizh Chelvam1-0/+6
2018-04-24ath10k: support MAC address randomization in scanCarl Huang1-0/+5
2018-04-24ath10k: add WMI_SERVICE_AVAILABLE_EVENT supportCarl Huang1-1/+20
2018-04-19ath10k: fix a typo in ath10k_wmi_set_wmm_param()Maharaja Kennadyrajan1-1/+1
2018-04-10ath10k: fix spelling mistake: "tiggers" -> "triggers"Colin Ian King1-1/+1
2018-04-10ath10k: avoid possible string overflowArnd Bergmann1-2/+2
2018-03-29ath10k: fix vdev stats for 10.4 firmwareRajkumar Manoharan1-19/+132
2018-03-29ath10k: suppress "Unknown eventid: 36925" warningsSathishkumar Muruganandam1-0/+1
2018-03-26ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowaitCarl Huang1-1/+1
2018-03-26ath10k: debugfs support to get final TPC stats for 10.4 variantsMaharaja Kennadyrajan1-15/+293
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-12-02ath10k: handle tdls peer eventsManikanta Pubbisetty1-0/+72
2017-10-27ath10k: fix sending wmi cmd during the tdls teardownAnilkumar Kolli1-1/+2
2017-08-03ath10k: push peer type to target for TDLS peersManikanta Pubbisetty1-0/+1
2017-08-03ath10k: add tdls support for 10.4 firmwaresManikanta Pubbisetty1-2/+161
2017-07-06ath10k: fix indenting in ath10k_wmi_update_noa()Kalle Valo1-1/+1
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-35/+16
2017-06-21ath10k: configure rxnss_override for QCA9984Ben Greear1-1/+6
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2