summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath10k: return better errno for unsupported pdev paramsBartosz Markowski2013-10-161-1/+1
* ath10k: rename WMI_CMD_UNDEFINEDBartosz Markowski2013-10-162-24/+24
* ath10k: do not warn about unsupported vdev paramBartosz Markowski2013-10-162-2/+3
* ath10k: remove unneded semicolon from ath10k_core_fetch_firmware_api_n()Fengguang Wu2013-10-091-1/+1
* ath10k: fix ath10k_debug_start() lockingKalle Valo2013-10-093-1/+31
* ath10k: Fix bug in max. VHT A-MPDU sizeSujith Manoharan2013-10-081-1/+14
* ath10k: fix RX performance when using AP 10.X FWMichal Kazior2013-10-081-1/+1
* ath10k: fix possible memory leak in new FW loadingMichal Kazior2013-10-081-3/+6
* ath10k: fix printf format stringMichal Kazior2013-10-081-2/+2
* ath10k: remove num_sends_allowedMichal Kazior2013-10-074-24/+18
* ath10k: remove ce_sendlist_sendMichal Kazior2013-10-073-51/+2
* ath10k: split vdev_id calculation from tx functionMichal Kazior2013-10-071-10/+15
* ath10k: split tid calculation from tx functionMichal Kazior2013-10-071-8/+15
* ath10k: extend the max_scan timeBartosz Markowski2013-10-071-1/+1
* ath10k: enable 10.x firmware branch supportBartosz Markowski2013-10-071-6/+1
* ath6kl: fix compilation warning in ath6kl_htc_pipe_conn_serviceVladimir Murzin2013-10-011-1/+1
* ath10k: implement firmware IE container supportKalle Valo2013-09-304-2/+206
* ath10k: store separate pointers for firmware dataKalle Valo2013-09-302-14/+37
* ath10k: rename board_data in struct ath10kKalle Valo2013-09-302-10/+10
* ath10k: handle FW API differences for scan structuresBartosz Markowski2013-09-272-4/+97
* ath10k: introduce dynamic pdev parametersBartosz Markowski2013-09-274-9/+265
* ath10k: introduce dynamic vdev parametersBartosz Markowski2013-09-274-25/+332
* ath10k: add TARGET values for 10.x firmwareBartosz Markowski2013-09-272-29/+60
* ath10k: split wmi_cmd_init pathBartosz Markowski2013-09-272-1/+299
* ath10k: bring back the WMI path for mgmt framesBartosz Markowski2013-09-277-13/+128
* ath10k: implement host memory chunksBartosz Markowski2013-09-273-8/+133
* ath10k: drop the fw versioning sanity checkBartosz Markowski2013-09-272-31/+0
* ath10k: split ath10k_wmi_service_ready_event_rxBartosz Markowski2013-09-272-1/+104
* ath10k: implement WMI events handling frame for both firmwaresBartosz Markowski2013-09-271-1/+130
* ath10k: warn if give WMI command is not supportedBartosz Markowski2013-09-271-0/+6
* ath10k: add wmi_10x_<cmd/event> definitionsBartosz Markowski2013-09-272-3/+338
* ath10k: introduce dynamic WMI structuresBartosz Markowski2013-09-273-41/+305
* ath10k: make monitor vdev down before stoping itMarek Puzyniak2013-09-261-6/+3
* ath10k: replenish HTT RX buffers in a taskletMichal Kazior2013-09-262-3/+38
* ath10k: align RX frames properlyMichal Kazior2013-09-261-1/+5
* ath10k: fix Native Wifi decap mode RXMichal Kazior2013-09-261-3/+29
* ath10k: cleanup RX decap handlingMichal Kazior2013-09-261-26/+28
* ath10k: document decap modesMichal Kazior2013-09-261-2/+22
* ath10k: report A-MSDU subframes individuallyMichal Kazior2013-09-262-123/+85
* ath10k: use msdu headroom to store txfragMichal Kazior2013-09-204-53/+53
* ath10k: cleanup HTT TX functionsMichal Kazior2013-09-201-73/+68
* ath10k: decouple HTT TX completionsMichal Kazior2013-09-206-108/+27
* ath10k: avoid needless memset on TX pathMichal Kazior2013-09-204-4/+7
* ath10k: use num_pending_tx instead of msdu id bitmapMichal Kazior2013-09-202-3/+2
* ath10k: fix num_sends_allowed replenishingMichal Kazior2013-09-201-4/+0
* ath10k: fix tracing build for ath10k_wmi_cmdMichal Kazior2013-09-201-1/+1
* ath10k: remove wmi event worker threadMichal Kazior2013-09-162-46/+1
* ath10k: remove wmi pending count limitMichal Kazior2013-09-164-45/+0
* ath10k: improve beacon submission latencyMichal Kazior2013-09-164-14/+71
* ath10k: simplify HTC command submittingMichal Kazior2013-09-163-140/+43