summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-07ath10k: do not overwrite max_antenna_gainMarek Puzyniak1-1/+0
2014-02-28ath10k: remove DMA mapping wrappersMichal Kazior1-3/+14
2014-02-13ath10k: suspend hardware before resetMarek Puzyniak1-2/+2
2014-02-13ath10k: print out size of wmi-ready-event messageBen Greear1-2/+2
2014-01-30ath10k: configure access category for arpMarek Puzyniak1-3/+1
2014-01-24ath10k: implement and use new beacon methodMichal Kazior1-22/+49
2014-01-24ath10k: implement AP CSAMichal Kazior1-0/+11
2014-01-23ath10k: enable firmware STA quick kickoutKalle Valo1-1/+21
2014-01-20ath10k: enable wmi ps peer param command for 10.x FWJanusz Dziedzic1-1/+1
2014-01-10ath10k: add debugfs file to control firmware dbglogKalle Valo1-0/+37
2014-01-10ath10k: add trace event for WMI_DEBUG_MESG_EVENTIDKalle Valo1-2/+7
2014-01-10ath10k: handle WMI debug print eventsKalle Valo1-2/+31
2013-12-16ath10k: fix band reporting for mgmt CCK frames on 5GHzMichal Kazior1-1/+20
2013-12-11ath10k: fix WEP Shared authenticationMichal Kazior1-1/+5
2013-12-09Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville1-16/+286
2013-11-20ath10k: add debugfs file to control radar events blockingMarek Puzyniak1-0/+8
2013-11-20ath10k: introduce DFS implementationMarek Puzyniak1-3/+20
2013-11-20ath10k: add phyerr/dfs handlingJanusz Dziedzic1-1/+243
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-54/+1033
2013-10-30ath10k: plug memory leak on beacon txMichal Kazior1-1/+6
2013-10-30ath10k: plug memory leak in wmi mgmt tx workerMichal Kazior1-3/+1
2013-10-21ath10k: fix endianess in printsMichal Kazior1-8/+8
2013-10-16ath10k: add might_sleep() to ath10k_wmi_cmd_send()Kalle Valo1-0/+2
2013-10-16ath10k: return better errno for unsupported pdev paramsBartosz Markowski1-1/+1
2013-10-16ath10k: rename WMI_CMD_UNDEFINEDBartosz Markowski1-23/+23
2013-10-16ath10k: do not warn about unsupported vdev paramBartosz Markowski1-1/+1
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-114/+118
2013-10-07ath10k: extend the max_scan timeBartosz Markowski1-1/+1
2013-10-07ath10k: enable 10.x firmware branch supportBartosz Markowski1-6/+1
2013-10-02ath10k: wmi: Convert use of 6 to ETH_ALENJoe Perches1-1/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-30ath10k: implement firmware IE container supportKalle Valo1-1/+2
2013-09-27ath10k: handle FW API differences for scan structuresBartosz Markowski1-4/+15
2013-09-27ath10k: introduce dynamic pdev parametersBartosz Markowski1-2/+113
2013-09-27ath10k: introduce dynamic vdev parametersBartosz Markowski1-1/+128
2013-09-27ath10k: add TARGET values for 10.x firmwareBartosz Markowski1-29/+29
2013-09-27ath10k: split wmi_cmd_init pathBartosz Markowski1-1/+104
2013-09-27ath10k: bring back the WMI path for mgmt framesBartosz Markowski1-0/+51
2013-09-27ath10k: implement host memory chunksBartosz Markowski1-8/+118
2013-09-27ath10k: split ath10k_wmi_service_ready_event_rxBartosz Markowski1-1/+64
2013-09-27ath10k: implement WMI events handling frame for both firmwaresBartosz Markowski1-1/+130
2013-09-27ath10k: warn if give WMI command is not supportedBartosz Markowski1-0/+6
2013-09-27ath10k: add wmi_10x_<cmd/event> definitionsBartosz Markowski1-2/+124
2013-09-27ath10k: introduce dynamic WMI structuresBartosz Markowski1-41/+189
2013-09-16ath10k: remove wmi event worker threadMichal Kazior1-43/+1
2013-09-16ath10k: remove wmi pending count limitMichal Kazior1-32/+0
2013-09-16ath10k: improve beacon submission latencyMichal Kazior1-13/+61
2013-09-16ath10k: simplify HTC command submittingMichal Kazior1-2/+1
2013-09-16ath10k: make WMI commands block by designMichal Kazior1-20/+34
2013-08-15ath10k: add support for firmware newer than 636Michal Kazior1-8/+24