summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2011-02-24ath9k_htc: Allow upto two simultaneous interfacesSujith Manoharan3-54/+130
2011-02-24ath9k_htc: Handle storage devicesSujith Manoharan2-6/+69
2011-02-21ath9k_hw: Fix power on resetSujith Manoharan1-1/+0
2011-02-21ath9k: Implement op_flush()Vasanthakumar Thiagarajan3-11/+88
2011-02-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville4-26/+7
2011-02-19ath9k_hw: Updates for AR9485 1.1 chipsets.Vivek Natarajan3-11/+1246
2011-02-19ath9k_htc: Fix a compilation warning.Vivek Natarajan1-1/+1
2011-02-15ath9k: Fix ath9k prevents CPU to enter C3 statesMohammed Shafi Shajakhan3-22/+0
2011-02-14ath9k: disable beaconing before stopping beacon queueRajkumar Manoharan3-22/+52
2011-02-10ath9k: Remove redundant beacon_intervalSteve Brown4-7/+9
2011-02-10ath9k: Add debug info for configuring power level.Ben Greear1-0/+2
2011-02-10ath9k: Print channel-type in chan-change dbg message.Ben Greear1-2/+3
2011-02-08ath9k: Update comments for not parsing DTIM periodMohammed Shafi Shajakhan1-2/+3
2011-02-05ath9k: add additional checks for the baseband hang detectionFelix Fietkau2-9/+38
2011-02-05ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan3-4/+7
2011-02-04ath9k: reserve a beacon slot on beaconing vif additionRajkumar Manoharan1-3/+1
2011-02-04ath9k: Show channel type and frequency in debugfs.Ben Greear1-2/+21
2011-02-04ath9k: do not access hw registers in FULL SLEEPRajkumar Manoharan1-0/+2
2011-02-04ath9k_htc: make use common of function to update txpowerRajkumar Manoharan3-17/+10
2011-02-04ath9k: move update tx power to commonRajkumar Manoharan3-16/+23
2011-02-04ath9k: use common get current channel functionRajkumar Manoharan1-16/+3
2011-02-04ath9k_htc: cancel ani work in ath9k_htc_stopRajkumar Manoharan1-0/+1
2011-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+7
2011-02-01ath9k: Fix memory leak due to failed PAPRD framesMohammed Shafi Shajakhan1-1/+7
2011-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-36/+52
2011-01-28ath9k: fix compile error in non-debug ath_debug_stat_tx() stubFelix Fietkau1-1/+2
2011-01-28ath9k: use common API to avoid code duplicationRajkumar Manoharan2-71/+3
2011-01-28ath9k_hw: Update PMU setting to improve ripple issue for AR9485.Vivek Natarajan1-1/+1
2011-01-28ath9k: Fix a locking related issue.Vivek Natarajan1-1/+4
2011-01-28ath9k_hw: DDR_PLL and BB_PLL need correct setting.Vivek Natarajan2-1/+36
2011-01-28ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan3-0/+27
2011-01-28ath9k_hw: Add a function to read sqsum_dvc.Vivek Natarajan3-0/+20
2011-01-28ath9k_hw: Add RX filtersSujith Manoharan1-0/+2
2011-01-28ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau3-24/+71
2011-01-28ath9k_hw: Fix INI fixupSujith Manoharan1-3/+3
2011-01-28ath9k_hw: Fix opmode initializationSujith Manoharan1-2/+2
2011-01-28ath9k: Remove unused IEEE80211_WEP_NKIDBruno Randolf2-3/+0
2011-01-28ath9k: fix tx queue index confusion in debugfs codeFelix Fietkau3-20/+21
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau10-105/+52
2011-01-28ath9k: remove the bf->aphy fieldFelix Fietkau2-24/+17
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau10-951/+23
2011-01-28ath9k: remove the virtual wiphy debugfs interfaceFelix Fietkau1-133/+4
2011-01-28ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau2-23/+18
2011-01-28ath9k: Fix power save usage count imbalance on deinitRajkumar Manoharan2-2/+2
2011-01-28ath9k_hw: Fix system hang when resuming from S3/S4Rajkumar Manoharan1-2/+1
2011-01-28ath9k_htc: fix race conditions when stop deviceStanislaw Gruszka2-9/+15
2011-01-28ath9k: fix race conditions when stop deviceStanislaw Gruszka2-5/+9
2011-01-28ath9k: fix misplaced debug codeFelix Fietkau2-8/+3
2011-01-27ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan2-6/+3
2011-01-26ath9k_hw: read and backup AR_WA register value even before chip reset on.Senthil Balasubramanian1-8/+9