aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi-tlv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28ath10k: fix scan crash due to incorrect length calculationZhi Chen1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-12ath10k: add quiet mode support for QCA6174/QCA9377Yu Wang1-1/+32
2018-04-24ath10k: support MAC address randomization in scanCarl Huang1-0/+25
2018-04-24ath10k: add WMI_SERVICE_AVAILABLE_EVENT supportCarl Huang1-0/+38
2018-03-29ath10k: enable TDLS peer inactivity detectionYingying Tang1-0/+52
2018-03-29ath10k: enable TDLS peer buffer STA featureYingying Tang1-0/+3
2018-03-29ath10k: enable QCA6174/QCA9377 to read the chip temperatureRyan Hsu1-2/+37
2018-03-14ath10k: dma unmap mgmt tx buffer if wmi cmd send failsRakesh Pillai1-13/+9
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-12-27ath10k: wmi: remove redundant integer fcColin Ian King1-2/+0
2017-12-14ath10k: wmi: get wmi init parameter values from hw paramsRakesh Pillai1-3/+4
2017-12-14ath10k: wmi: add management tx by reference support over wmiRakesh Pillai1-0/+78
2017-12-14ath10k: wmi: modify svc bitmap parsing for wcn3990Rakesh Pillai1-14/+47
2017-06-28ath10k: fix a bunch of spelling mistakes in messagesColin Ian King1-1/+1
2017-01-13ath10k: add VHT160 supportSebastian Gottschall1-0/+1
2016-12-30ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats()Christian Lamparter1-3/+9
2016-12-01ath10k: fix TLV set regdomain commandErik Stromdahl1-2/+2
2016-11-23ath10k: add spectral scan support to wmi-tlvMichal Kazior1-0/+72
2016-11-23ath10k: remove set/get_tsf ieee80211_opsPedersen, Thomas1-1/+0
2016-09-02ath10k: Added support for extended dbglog module id for 10.4Maharaja Kennadyrajan1-1/+1
2016-08-31ath10k: implement wmi echo eventMichal Kazior1-0/+28
2016-08-31ath10k: implement wmi echo commandMichal Kazior1-0/+29
2016-04-12ath10k: add a support of set_tsf on vdev interfacePeter Oh1-0/+1
2016-02-02ath10k: add abstraction layer for vdev subtypePeter Oh1-0/+1
2015-11-04ath10k: add abstraction layer for peer flagsTamizh chelvam1-0/+19
2015-10-29ath10k: add FW API support to test modeAlan Liu1-0/+14
2015-10-19ath10k: make fw stats prints specific to firmware versionManikanta Pubbisetty1-0/+1
2015-08-17ath10k: refactor phyerr event handlersRaja Mani1-8/+9
2015-08-13ath10k: Support different txbf configuration schemesVivek Natarajan1-0/+6
2015-07-30ath10k: fix memory alloc failure in qca99x0 during wmi svc rdy eventRaja Mani1-1/+1
2015-07-29ath10k: enable raw encap mode and software crypto engineDavid Liu1-1/+1
2015-07-11ath10k: fix per-vif queue lockingMichal Kazior1-6/+28
2015-07-02ath10k: enhance swba event handler to adapt different size tim bitmapRaja Mani1-1/+17
2015-06-30ath10k: add 10.4 fw wmi pdev cmd idsRaja Mani1-0/+42
2015-06-30ath10k: add 10.4 fw wmi vdev cmd idsRaja Mani1-0/+16
2015-06-30ath10k: set 10.4 fw exclusive wmi cmd as unsupported for other fw versionsRaja Mani1-0/+32
2015-06-09ath10k: prevent memory leak in wmi rx opsMichal Kazior1-1/+2
2015-04-15ath10k: use scan burst for hw rocMichal Kazior1-1/+1
2015-04-01ath10k: allocate fw resources for iface combinationsMichal Kazior1-4/+4
2015-04-01ath10k: implement tx pause wmi eventMichal Kazior1-0/+48
2015-04-01ath10k: implement adaptive qcs commandMichal Kazior1-0/+30
2015-04-01ath10k: allow empty ssid vdev configMichal Kazior1-2/+0
2015-03-30ath10k: add wmi support for tdlsMarek Puzyniak1-0/+153
2015-03-30ath10k: store max tdls vdevs that fw can handleMarek Puzyniak1-1/+1
2015-03-30ath10k: make peer type configurableMarek Puzyniak1-2/+3
2015-03-30ath10k: add WOW patterns supportJanusz Dziedzic1-1/+1
2015-03-30ath10k: add WMI support for WOW patternsJanusz Dziedzic1-0/+130
2015-03-30ath10k: add WMI support for WOWJanusz Dziedzic1-2/+114
2015-03-12ath10k: implement wmi roam eventMichal Kazior1-0/+32