summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix interrupt handling for the AR9002 familySujith Manoharan2013-12-171-9/+43
* ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef2013-12-172-10/+20
* ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau2013-12-091-0/+4
* net: wireless: ath9k: avoid possible NULL pointer dereferenceMichal Nazarewicz2013-12-021-4/+3
* ath9k: Fix XLNA bias strengthSujith Manoharan2013-12-021-1/+1
* ath9k: Fix QuickDrop usageSujith Manoharan2013-12-021-9/+11
* ath9k: Fix issue with MCS15Sujith Manoharan2013-11-152-0/+61
* ath9k: Update AR9462 2.1 initvalsSujith Manoharan2013-11-151-3/+3
* ath9k: Use correct PCIE initvals for AR9485Sujith Manoharan2013-11-116-48/+128
* ath9k: dfs_debug fix possible NULL dereferenceJanusz Dziedzic2013-11-111-3/+10
* ath9k: DFS radar use correct width enumJanusz Dziedzic2013-11-111-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-081-1/+2
|\
| * ath9k: enable DFS for IBSS modeSimon Wunderlich2013-11-071-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0423-1005/+682
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-043-25/+31
| |\
| * | 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
| * | ath9k/ath: move dfs pattern detector to athJanusz Dziedzic2013-10-187-943/+3
| * | ath9k: dfs use CFG80211_CERTIFICATION_ONUS flagJanusz Dziedzic2013-10-182-10/+3
| * | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-12/+11
|\ \ \ | | |/ | |/|
| * | ath9k: fix tx queue scheduling after channel changesFelix Fietkau2013-10-071-12/+11
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-1719-501/+314
|\ \ \ | | |/ | |/|
| * | ath9k_hw: remove references to hw->confFelix Fietkau2013-10-145-20/+15
| * | ath9k: make ath9k_uses_beacons staticFelix Fietkau2013-10-142-2/+1
| * | ath9k: remove sc->config.cabqReadyTimeFelix Fietkau2013-10-144-12/+1
| * | ath9k: move channel change code to ath_set_channelFelix Fietkau2013-10-141-72/+78
| * | ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau2013-10-145-21/+17
| * | ath9k_hw: simplify channel flagsFelix Fietkau2013-10-144-130/+50
| * | ath9k_hw: remove IS_CHAN_OFDM()Felix Fietkau2013-10-142-7/+2
| * | ath9k_hw: remove IS_CHAN_B()Felix Fietkau2013-10-146-22/+13
| * | ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau2013-10-149-169/+49
| * | ath9k: use a separate data structure for rx buffersFelix Fietkau2013-10-143-50/+92
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-091-3/+6
|\ \ \ | | |/ | |/|
| * | ath9k: fix powersave response handling for BA session packetsFelix Fietkau2013-09-301-3/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-0736-686/+1228
|\ \ \ | | |/ | |/|
| * | ath9k: Remove incorrect diversity initializationSujith Manoharan2013-09-262-6/+0
| * | ath9k: Handle FATAL interrupts correctlySujith Manoharan2013-09-261-2/+8
| * | ath9k: Fix NF calibration for single stream cardsSujith Manoharan2013-09-261-1/+1
| * | ath9k: mark wmi_event_swba as __packedChris Metcalf2013-09-261-1/+1
| * | ath9k: Fix PeakDetect calibration for AR9462Sujith Manoharan2013-09-263-12/+99
| * | ath9k: Use bitops for calibration flagsSujith Manoharan2013-09-269-42/+52
| * | ath9k: Handle abnormal NAV in AP modeSujith Manoharan2013-09-263-0/+16
| * | ath9k: Fix issue with parsing malformed CFP IESujith Manoharan2013-09-262-2/+6
| * | ath9k: Fix calibration for AR9462Sujith Manoharan2013-09-261-0/+15
| * | wireless: ath9k: use dev_get_platdata()Jingoo Han2013-09-261-2/+2
| * | net: ath9k: Use NULL instead of falseSachin Kamat2013-09-261-1/+1