aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-31ath10k: go back to using dma_alloc_coherent() for firmware scratch memoryAdrian Chadd1-25/+10
2017-05-23ath10k: remove unnecessary codeGustavo A. R. Silva1-9/+0
2017-04-05ath10k: fix block comments styleMarcin Rokicki1-6/+10
2017-03-16ath10k: fix fetching channel during potential radar detectionMohammed Shafi Shajakhan1-0/+5
2017-03-16ath10k: update available channel list for 5G radioTamizh chelvam1-0/+6
2017-02-14ath10k: remove ath10k_vif_to_arvif()Amadeusz Sławiński1-1/+1
2017-01-13ath10k: fix wifi connectivity and warning in rx with channel 169Mohammed Shafi Shajakhan1-1/+1
2017-01-13ath10k: add VHT160 supportSebastian Gottschall1-1/+8
2016-12-20ath10k: free host-mem with DMA_BIRECTIONAL flagBen Greear1-1/+1
2016-12-01ath10k: wmi-alloc-chunk should use DMA_BIDIRECTIONALBen Greear1-1/+1
2016-11-23ath10k: remove set/get_tsf ieee80211_opsPedersen, Thomas1-4/+0