summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-501/+314
2013-10-14ath9k_hw: remove references to hw->confFelix Fietkau5-20/+15
2013-10-14ath9k: make ath9k_uses_beacons staticFelix Fietkau2-2/+1
2013-10-14ath9k: remove sc->config.cabqReadyTimeFelix Fietkau4-12/+1
2013-10-14ath9k: move channel change code to ath_set_channelFelix Fietkau1-72/+78
2013-10-14ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau5-21/+17
2013-10-14ath9k_hw: simplify channel flagsFelix Fietkau4-130/+50
2013-10-14ath9k_hw: remove IS_CHAN_OFDM()Felix Fietkau2-7/+2
2013-10-14ath9k_hw: remove IS_CHAN_B()Felix Fietkau6-22/+13
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau9-169/+49
2013-10-14ath9k: use a separate data structure for rx buffersFelix Fietkau3-50/+92
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller36-686/+1228
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+14
2013-10-01ath9k: fix powersave response handling for BA session packetsFelix Fietkau1-3/+6
2013-09-26ath9k: Remove incorrect diversity initializationSujith Manoharan2-6/+0
2013-09-26ath9k: Handle FATAL interrupts correctlySujith Manoharan1-2/+8
2013-09-26ath9k: Fix NF calibration for single stream cardsSujith Manoharan1-1/+1
2013-09-26ath9k: mark wmi_event_swba as __packedChris Metcalf1-1/+1
2013-09-26ath9k: Fix PeakDetect calibration for AR9462Sujith Manoharan3-12/+99
2013-09-26ath9k: Use bitops for calibration flagsSujith Manoharan9-42/+52
2013-09-26ath9k: Handle abnormal NAV in AP modeSujith Manoharan3-0/+16
2013-09-26ath9k: Fix issue with parsing malformed CFP IESujith Manoharan2-2/+6
2013-09-26ath9k: Fix calibration for AR9462Sujith Manoharan1-0/+15
2013-09-26wireless: ath9k: use dev_get_platdata()Jingoo Han1-2/+2
2013-09-26net: ath9k: Use NULL instead of falseSachin Kamat1-1/+1
2013-09-26ath9k: replace snprintf() with scnprintf()Zefir Kurtisi13-531/+534
2013-09-26ath9k: Add DELL 1707 to supported card tableSujith Manoharan1-0/+5
2013-09-26ath9k: Update AR9485 1.1 initvalsSujith Manoharan1-34/+184
2013-09-26ath9k: Add and use initvals for channel 14Sujith Manoharan2-0/+9
2013-09-26ath9k: Fix regulatory compliance for AR9462/AR9565Sujith Manoharan2-0/+16
2013-09-26ath9k: Identify WB335 Antenna configurationSujith Manoharan3-9/+200
2013-09-26ath9k: Identify CUS252 cardsSujith Manoharan3-3/+19
2013-09-26ath9k: Enable antenna diversity for WB335Sujith Manoharan1-1/+5
2013-09-26ath9k: Add support for AR9565 v1.0.1 LNA diversitySujith Manoharan5-30/+15
2013-09-26ath9k: Use correct RX gain table for AR9565Sujith Manoharan1-0/+3
2013-09-26ath9k: Fix antenna diversity init for AR9565Sujith Manoharan2-6/+28
2013-09-26ath9k: Bypass EEPROM for diversity cap for AR9565Sujith Manoharan2-1/+6
2013-09-26ath9k: Update initvals for AR9565 1.0Sujith Manoharan1-8/+9
2013-09-26ath9k: add txq locking for ath_tx_aggr_startFelix Fietkau1-0/+6
2013-09-26ath9k: don't use BAW tracking on PS responses for non-AMPDU packetsFelix Fietkau1-2/+4
2013-09-26ath9k: Fix regression in LNA diversitySujith Manoharan1-7/+0
2013-09-26ath9k: do not link bf_next across multiple A-MPDUsFelix Fietkau1-1/+3
2013-09-26ath9k: fix stale flag handling on buffer cloneFelix Fietkau1-0/+1
2013-09-25ath: Remove extern from function prototypesJoe Perches1-1/+1
2013-08-28ath9k: Enable D3/L1 ASPM fix for AR9462Sujith Manoharan1-6/+5
2013-08-28ath9k: Remove unused ANI commandsSujith Manoharan5-18/+4
2013-08-28ath9k: ar9003_eeprom.c:3618 fix variable name typoJohn W. Linville1-2/+2
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-3/+13
2013-08-26ath9k: Fix DEBUG_FS dependency for ath9kSujith Manoharan1-1/+1