summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath10k: define an enum to enable cycle counter wraparound logicVasanthakumar Thiagarajan2016-06-144-9/+20
* ath10k: fix CCK h/w rates for QCA99X0 and newer chipsetsMohammed Shafi Shajakhan2016-06-144-2/+56
* ath10k: remove duplicate and unused rx rate flagsMohammed Shafi Shajakhan2016-06-141-39/+0
* ath10k: fix some of the macro definitions of HTT_RX_IND messageVasanthakumar Thiagarajan2016-06-141-3/+3
* ath10k: add board data download from targetSven Eckelmann2016-06-075-1/+219
* ath10k: add QCA9887 chipset supportSven Eckelmann2016-06-074-0/+51
* ath10k: enable ipq4019 device probe in ahb moduleRaja Mani2016-06-021-6/+3
* ath10k: add pdev param support to enable/disable btcoexRajkumar Manoharan2016-06-025-3/+46
* ath10k: add new ATH10K_FW_FEATURE_BTCOEX_PARAMRajkumar Manoharan2016-06-022-0/+8
* ath10k: update module descriptionRajkumar Manoharan2016-06-022-2/+2
* ath10k: remove unused phy_mode_to_bandRajkumar Manoharan2016-06-021-28/+0
* ath10k: fix operating irq mode for ahb deviceRajkumar Manoharan2016-06-021-0/+2
* ath10k: fix error while writing 'simulate_fw_crash' debugfsMohammed Shafi Shajakhan2016-06-021-8/+6
* ath10k: fix diag_read to collect data for larger memoryAshok Raj Nagarajan2016-06-021-12/+16
* ath9k: Proper TX99 interrupt ref countEduardo Abinader2016-05-281-1/+0
* ath6kl: simplify logical conditionHeinrich Schuchardt2016-05-281-2/+1
* ath6kl: fix typoJulia Lawall2016-05-281-1/+1
* wil6210: align wil log functions to wil_dbg_ratelimited implementationMaya Erez2016-05-281-26/+20
* wil6210: add pm_notify handlingMaya Erez2016-05-284-4/+98
* wil6210: fix dma mapping error cleanup in __wil_tx_vring_tsoMaya Erez2016-05-281-1/+1
* wil6210: protect wil_vring_fini_tx in parallel to tx completionsMaya Erez2016-05-281-0/+14
* wil6210: guarantee safe access to rx descriptors shared memoryMaya Erez2016-05-281-0/+6
* wil6210: fix race conditions between TX send and completionMaya Erez2016-05-281-0/+20
* ath9k: allow tx99 for ar9002 based cardsEduardo Abinader2016-05-281-1/+1
* ath9k: Remove empty test conditionEduardo Abinader2016-05-281-2/+1
* ath10k: fix legacy rate packet debug messagesMohammed Shafi Shajakhan2016-05-241-1/+2
* ath10k: reduce warning messages during rx without proper channel contextMohammed Shafi Shajakhan2016-05-241-1/+1
* ath10k: improve tx schedulingMichal Kazior2016-05-243-6/+7
* ath10k: enable support for QCA9984Vasanthakumar Thiagarajan2016-05-243-0/+48
* ath10k: define rx_ppdu_end for QCA9984Vasanthakumar Thiagarajan2016-05-241-0/+46
* ath10k: clean up growing hw checks during safe and full resetVasanthakumar Thiagarajan2016-05-242-16/+34
* ath10k: move rx_location_info out of struct rx_pkt_endVasanthakumar Thiagarajan2016-05-241-1/+1
* Merge ath-next from ath.gitKalle Valo2016-05-1124-145/+767
|\
| * ath10k: Fix survey reporting with QCA4019Vasanthakumar Thiagarajan2016-05-111-0/+1
| * ath10k: suppress warnings when getting wmi peer_rate_code_list eventVasanthakumar Thiagarajan2016-05-111-0/+1
| * wil6210: add support for device led configurationMaya Erez2016-05-115-0/+281
| * ath9k: Fix symbol overlap window for half/quarter channelsHelmut Schaa2016-05-091-1/+1
| * ath9k: Simplify ar9003_hw_tx99_set_txpowerHelmut Schaa2016-05-091-7/+3
| * ath9k: Move TX99 config option under ath9k debuggingHelmut Schaa2016-05-091-20/+20
| * ath9k: reuse ar9003_hw_tx_power_regwrite for tx99 setupHelmut Schaa2016-05-093-58/+5
| * ath10k: release pre_cal_file while unloading driverRajkumar Manoharan2016-05-061-0/+4
| * ath10k: update bss channel survey informationRajkumar Manoharan2016-05-064-0/+70
| * ath10k: handle pdev_chan_info wmi eventRajkumar Manoharan2016-05-062-0/+43
| * ath10k: implement wmi_pdev_bss_chan_info_requestRajkumar Manoharan2016-05-063-1/+55
| * ath10k: add pdev bss channel info wmi definitionsRajkumar Manoharan2016-05-061-0/+4
| * ath10k: fix kernel panic, move arvifs list head init before htt initAnilkumar Kolli2016-05-061-4/+4
| * ath10k: move spectral related structures under ath10k debugfsMohammed Shafi Shajakhan2016-05-061-2/+1
| * ath10k: remove VHT capabilities from 2.4GHzJohannes Berg2016-05-061-3/+0
| * wcn36xx: Set SMD timeout to 10 secondsBjorn Andersson2016-04-271-1/+1
| * wil6210: prevent deep sleep of 60G device in critical pathsMaya Erez2016-04-265-32/+194