summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath9k: add TX99 supportLuis R. Rodriguez2013-10-1812-17/+522
* ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate()Luis R. Rodriguez2013-10-181-0/+3
* ath: add support for proper dynamic regulatory hintsLuis R. Rodriguez2013-10-182-0/+101
* ath: split user and driver reguluatory hint parsingLuis R. Rodriguez2013-10-181-0/+1
* ath: move common dynamic regulatory domain setting to a helperLuis R. Rodriguez2013-10-181-18/+37
* ath9k/ath: move dfs pattern detector to athJanusz Dziedzic2013-10-188-8/+8
* ath9k: dfs use CFG80211_CERTIFICATION_ONUS flagJanusz Dziedzic2013-10-182-10/+3Star
* ath9k: dfs move ath_dfs_pool_statsJanusz Dziedzic2013-10-186-21/+35
* ath9k: dfs kill ath9k specyfic codeJanusz Dziedzic2013-10-183-12/+13
* ath9k: add HT40 spectral scan capabilityLorenzo Bianconi2013-10-182-38/+137
* ath9k: add noise floor parameter to ath9k_hw_getchan_noiseLorenzo Bianconi2013-10-184-8/+10
* Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2013-10-1815-388/+2674
|\
| * ath10k: add might_sleep() to ath10k_wmi_cmd_send()Kalle Valo2013-10-161-0/+2
| * ath10k: fix ath10k_bss_assoc() to not sleep in atomic contextKalle Valo2013-10-161-19/+37
| * ath10k: remove unnecessary checksMichal Kazior2013-10-161-21/+0Star
| * ath10k: fix scheduling while atomic config bugMichal Kazior2013-10-161-84/+62Star
| * ath10k: track vif list internallyMichal Kazior2013-10-163-0/+7
| * ath10k: fix add_interface failure handlingMichal Kazior2013-10-161-13/+40
| * ath10k: use workqueue to set WEP TX keyMichal Kazior2013-10-162-18/+39
| * 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/+18Star
| * ath10k: remove ce_sendlist_sendMichal Kazior2013-10-073-51/+2Star
| * 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/+1Star
| * 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/+0Star
| * 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