summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: fix compilation warnings in wmi phyerr pull functionRaja Mani2015-08-261-2/+2
* ath10k: add spectral scan support for 10.4 fwRaja Mani2015-08-261-0/+2
* ath10k: fix dma_mapping_error() handlingMichal Kazior2015-08-261-0/+1
* ath10k: fill in wmi 10.4 command handlers for addba/delba debug commandsVasanthakumar Thiagarajan2015-08-171-0/+4
* ath10k: handle 10.4 firmware phyerr eventRaja Mani2015-08-171-0/+64
* ath10k: refactor phyerr event handlersRaja Mani2015-08-171-36/+85
* ath10k: fix invalid survey reporting for QCA99X0Vasanthakumar Thiagarajan2015-08-171-2/+4
* ath10k: Support different txbf configuration schemesVivek Natarajan2015-08-131-0/+6
* ath10k: fix memory alloc failure in qca99x0 during wmi svc rdy eventRaja Mani2015-07-301-6/+28
* ath10k: enable raw encap mode and software crypto engineDavid Liu2015-07-291-5/+3Star
* ath10k: suppress 'failed to process fft' warning messagesKevin Darbyshire-Bryant2015-07-291-1/+1
* ath10k: don't set cck/ofdm scan flagsMichal Kazior2015-07-111-1/+0Star
* ath10k: set max spatial stream to 4 for 10.4 fwRaja Mani2015-07-021-3/+3
* ath10k: add scan support for 10.4 fwRaja Mani2015-07-021-0/+42
* ath10k: enable vdev and peer related operations for 10.4 fwRaja Mani2015-07-021-0/+62
* ath10k: handle 10.4 firmware wmi swba eventRaja Mani2015-07-021-0/+61
* ath10k: enhance swba event handler to adapt different size tim bitmapRaja Mani2015-07-021-13/+40
* ath10k: handle 10.4 fw wmi ready eventRaja Mani2015-06-301-0/+4
* ath10k: adjust default peer limits if qcache enabled in 10.4 fwRaja Mani2015-06-301-4/+23
* ath10k: handle 10.4 fw wmi mgmt rx eventRaja Mani2015-06-301-0/+64
* ath10k: fill 10.4 fw wmi init cmd default valuesRaja Mani2015-06-301-0/+83
* ath10k: add 10.4 fw wmi pdev cmd idsRaja Mani2015-06-301-0/+228
* ath10k: add 10.4 fw wmi vdev cmd idsRaja Mani2015-06-301-0/+124
* ath10k: set 10.4 fw exclusive wmi cmd as unsupported for other fw versionsRaja Mani2015-06-301-0/+158
* ath10k: include 10.4 fw specific wmi cmd and event idsRaja Mani2015-06-301-0/+184
* ath10k: add 10.4 fw wmi service bitmap definitionRaja Mani2015-06-301-0/+5
* ath10k: include new wmi op version for 10.4 fwRaja Mani2015-06-301-0/+2
* ath10k: prevent memory leak in wmi rx opsMichal Kazior2015-06-091-3/+5
* ath10k: free wmi mgmt event skb when parsing failsRaja Mani2015-06-091-0/+1
* ath10k: fix inconsistent survey reportsMichal Kazior2015-05-291-14/+16
* ath10k: handle cycle counter wraparoundMichal Kazior2015-05-291-8/+9
* ath10k: move cycle_count macroMichal Kazior2015-05-291-2/+2
* ath10k: fix survey information reportingVasanthakumar Thiagarajan2015-05-111-2/+2
* ath10k: enable the BT-coex featureYanbo Li2015-04-171-0/+2
* ath10k: implement adaptive qcs commandMichal Kazior2015-04-011-0/+3
* ath10k: implement chanctx APIMichal Kazior2015-04-011-1/+12
* ath10k: allow empty ssid vdev configMichal Kazior2015-04-011-2/+0Star
* ath10k: harmonize error case handling in ath10k_core_startNicholas Mc Guire2015-04-011-8/+12
* ath10k: deduplicate bitrate to rate idx conversionMichal Kazior2015-03-301-58/+4Star
* ath10k: make peer type configurableMarek Puzyniak2015-03-301-1/+2
* ath10k: add WOW disconnect/magic-packet supportJanusz Dziedzic2015-03-301-1/+13
* ath10k: add hw connection monitor supportMichal Kazior2015-03-121-1/+6
* ath10k: implement wmi roam eventMichal Kazior2015-03-121-1/+54
* ath10k: refactor p2p noa codeMichal Kazior2015-03-071-87/+4Star
* ath10k: update chirp value in pulse eventPeter Oh2015-03-051-1/+1
* ath10k: change request stats command prototypeMichal Kazior2015-02-151-3/+4
* ath10k: scan should handle scan-start-failed event properlyBen Greear2015-02-151-0/+20
* Merge ath-next from ath.gitKalle Valo2015-02-061-90/+429
|\
| * ath10k: add log level configuration for fw_dbglogSenthilKumar Jegadeesan2015-02-041-2/+3
| * ath10k: fix beacon deadlockMichal Kazior2015-02-041-22/+46