summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: rx_duration update for fw_stats debugfs entryBalaji Pothunoori2019-05-071-6/+31
* ath10k: Fill rx duration for each peer in fw_stats for WCN3990Surabhi Vishnoi2019-02-281-1/+1
* ath10k: add support for ack rssi value of management tx packetsAbhishek Ambure2019-02-261-12/+30
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: add support to configure ftm responder rolePradeep Kumar Chitrapu2019-02-121-0/+4
* ath10k: implement set_base_macaddr to fix rx-bssid mask in multiple APs confChristian Lamparter2019-02-111-0/+21
* ath10k: update GCMP & GCMP-256 cipher suite number for WCN3990Abhishek Ambure2019-02-111-0/+30
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-02-081-2/+25
|\
| * ath10k: fix dma unmap direction for management framesRakesh Pillai2019-02-071-2/+2
| * ath10k: Handle bundled tx completion for management framesRakesh Pillai2019-02-071-0/+23
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
|/
* ath10k: add support to configure BB timing over wmiBhagavathi Perumal S2018-12-201-0/+23
* ath10k: remove an unnecessary NULL checkDan Carpenter2018-12-201-1/+1
* ath10k: disable 4addr source port learning in 10.4 FW by defaultSathishkumar Muruganandam2018-12-201-0/+4
* ath10k: fill the channel survey results for WCN3990 correctlyRakesh Pillai2018-11-051-37/+91
* ath10k: add debugfs support to get power save state change of STAMaharaja Kennadyrajan2018-10-011-1/+38
* ath10k: fix tx status flag setting for management framesRakesh Pillai2018-10-011-1/+6
* ath10k: fix vdev-start timeout on errorBen Greear2018-10-011-3/+16
* ath10k: wmi: disable softirq's while calling ieee80211_rxErik Stromdahl2018-09-061-1/+2
* ath10k: avoid possible memory access violationK.T.VIJAYAKUMAAR2018-09-061-0/+7
* ath10k: retrieve MAC address from system firmware if providedBrian Norris2018-09-031-1/+2
* ath10k: schedule hardware restart if WMI command times outMartin Willi2018-08-281-0/+6
* ath10k: add debugfs file warm_hw_resetMaharaja Kennadyrajan2018-07-301-1/+1
* ath10k: handle mgmt tx completion eventRakesh Pillai2018-07-301-0/+85
* ath10k: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-141-3/+1
* ath10k: support use of channel 173Ben Greear2018-06-141-1/+1
* ath10k: fix memory leak of tpc_statsColin Ian King2018-06-131-4/+4
* ath10k: DFS Host ConfirmationSriram R2018-05-251-10/+176
* ath: add support to get the detected radar specificationsSriram R2018-05-251-1/+1
* ath10k: remove variables which set but not usedKenneth Lu2018-05-121-10/+2
* ath10k: fix spelling mistake: "servive" -> "service"Colin Ian King2018-04-271-1/+1
* ath10k: fix kernel panic while reading tpc_statsTamizh Chelvam2018-04-271-0/+6
* ath10k: support MAC address randomization in scanCarl Huang2018-04-241-0/+5
* ath10k: add WMI_SERVICE_AVAILABLE_EVENT supportCarl Huang2018-04-241-1/+20
* ath10k: fix a typo in ath10k_wmi_set_wmm_param()Maharaja Kennadyrajan2018-04-191-1/+1
* ath10k: fix spelling mistake: "tiggers" -> "triggers"Colin Ian King2018-04-101-1/+1
* ath10k: avoid possible string overflowArnd Bergmann2018-04-101-2/+2
* ath10k: fix vdev stats for 10.4 firmwareRajkumar Manoharan2018-03-291-19/+132
* ath10k: suppress "Unknown eventid: 36925" warningsSathishkumar Muruganandam2018-03-291-0/+1
* ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowaitCarl Huang2018-03-261-1/+1
* ath10k: debugfs support to get final TPC stats for 10.4 variantsMaharaja Kennadyrajan2018-03-261-15/+293
* ath10k: update copyright yearKalle Valo2017-12-271-1/+1
* ath10k: handle tdls peer eventsManikanta Pubbisetty2017-12-021-0/+72
* ath10k: fix sending wmi cmd during the tdls teardownAnilkumar Kolli2017-10-271-1/+2
* ath10k: push peer type to target for TDLS peersManikanta Pubbisetty2017-08-031-0/+1
* ath10k: add tdls support for 10.4 firmwaresManikanta Pubbisetty2017-08-031-2/+161
* ath10k: fix indenting in ath10k_wmi_update_noa()Kalle Valo2017-07-061-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-35/+16
|\
| * ath10k: configure rxnss_override for QCA9984Ben Greear2017-06-211-1/+6
| * ath10k: go back to using dma_alloc_coherent() for firmware scratch memoryAdrian Chadd2017-05-311-25/+10