summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-08ath10k: do not use coherent memory for allocated device memory chunksFelix Fietkau1-18/+43
2015-11-23ath10k: replace vdev_id and tid in skb cbMichal Kazior1-1/+9
2015-11-23ath10k: pack up flags in skb_cbMichal Kazior1-4/+8
2015-11-12ath10k: fix peer assoc complete WMI command for 10.4Vasanthakumar Thiagarajan1-1/+36
2015-11-04ath10k: debugfs file to enable Bluetooth coexistence featureYanbo Li1-1/+4
2015-11-04ath10k: add thermal throttling support for 10.4 firmwareTamizh chelvam1-0/+4
2015-11-04ath10k: add abstraction layer for peer flagsTamizh chelvam1-0/+60
2015-11-04ath10k: consolidate if statements in ath10k_wmi_event_mgmt_rxManikanta Pubbisetty1-16/+3
2015-10-29ath10k: remove supported chain maskRajkumar Manoharan1-2/+4
2015-10-29ath10k: add fw_stats support to 10.4 firmwareManikanta Pubbisetty1-0/+211
2015-10-28ath10k: enable adaptive CCAMaharaja1-0/+31
2015-10-19ath10k: make fw stats prints specific to firmware versionManikanta Pubbisetty1-0/+379
2015-10-06ath10k: use Rx decap mode configured when driver registeredPeter Oh1-1/+1
2015-10-06ath10k: implement debugfs interface for Transmit Power Control statsMaharaja Kennadyrajan1-1/+269
2015-10-06ath10k: remove void function return statementsKalle Valo1-2/+0
2015-10-06ath10k: indentation fixesKalle Valo1-1/+1
2015-09-09ath10k: fix DMA alloc failure for target requested memory chunksVasanthakumar Thiagarajan1-6/+70
2015-08-26ath10k: fix compilation warnings in wmi phyerr pull functionRaja Mani1-2/+2
2015-08-26ath10k: add spectral scan support for 10.4 fwRaja Mani1-0/+2
2015-08-26ath10k: fix dma_mapping_error() handlingMichal Kazior1-0/+1
2015-08-17ath10k: fill in wmi 10.4 command handlers for addba/delba debug commandsVasanthakumar Thiagarajan1-0/+4
2015-08-17ath10k: handle 10.4 firmware phyerr eventRaja Mani1-0/+64
2015-08-17ath10k: refactor phyerr event handlersRaja Mani1-36/+85
2015-08-17ath10k: fix invalid survey reporting for QCA99X0Vasanthakumar Thiagarajan1-2/+4
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-6/+28
2015-07-29ath10k: enable raw encap mode and software crypto engineDavid Liu1-5/+3
2015-07-29ath10k: suppress 'failed to process fft' warning messagesKevin Darbyshire-Bryant1-1/+1
2015-07-11ath10k: don't set cck/ofdm scan flagsMichal Kazior1-1/+0
2015-07-02ath10k: set max spatial stream to 4 for 10.4 fwRaja Mani1-3/+3
2015-07-02ath10k: add scan support for 10.4 fwRaja Mani1-0/+42
2015-07-02ath10k: enable vdev and peer related operations for 10.4 fwRaja Mani1-0/+62
2015-07-02ath10k: handle 10.4 firmware wmi swba eventRaja Mani1-0/+61
2015-07-02ath10k: enhance swba event handler to adapt different size tim bitmapRaja Mani1-13/+40
2015-06-30ath10k: handle 10.4 fw wmi ready eventRaja Mani1-0/+4
2015-06-30ath10k: adjust default peer limits if qcache enabled in 10.4 fwRaja Mani1-4/+23
2015-06-30ath10k: handle 10.4 fw wmi mgmt rx eventRaja Mani1-0/+64
2015-06-30ath10k: fill 10.4 fw wmi init cmd default valuesRaja Mani1-0/+83
2015-06-30ath10k: add 10.4 fw wmi pdev cmd idsRaja Mani1-0/+228
2015-06-30ath10k: add 10.4 fw wmi vdev cmd idsRaja Mani1-0/+124
2015-06-30ath10k: set 10.4 fw exclusive wmi cmd as unsupported for other fw versionsRaja Mani1-0/+158
2015-06-30ath10k: include 10.4 fw specific wmi cmd and event idsRaja Mani1-0/+184
2015-06-30ath10k: add 10.4 fw wmi service bitmap definitionRaja Mani1-0/+5
2015-06-30ath10k: include new wmi op version for 10.4 fwRaja Mani1-0/+2
2015-06-09ath10k: prevent memory leak in wmi rx opsMichal Kazior1-3/+5
2015-06-09ath10k: free wmi mgmt event skb when parsing failsRaja Mani1-0/+1
2015-05-29ath10k: fix inconsistent survey reportsMichal Kazior1-14/+16
2015-05-29ath10k: handle cycle counter wraparoundMichal Kazior1-8/+9
2015-05-29ath10k: move cycle_count macroMichal Kazior1-2/+2
2015-05-11ath10k: fix survey information reportingVasanthakumar Thiagarajan1-2/+2