summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)Author
2011-04-08ath9k: fix missing ath9k_ps_wakeup/ath9k_ps_restore callsFelix Fietkau
2011-03-28ath9k: fix a chip wakeup related crash in ath9k_startFelix Fietkau
2011-03-23ath9k: Fix TX queue stuck issue.Senthil Balasubramanian
2011-03-14ath9k: fix the .flush driver op implementationFelix Fietkau
2011-02-28ath9k: use generic mac80211 LED blinking codeFelix Fietkau
2011-02-25ath9k: Fix compilation warning.Vivek Natarajan
2011-02-25ath9k: Cancel pll_work while disabling radio.Vivek Natarajan
2011-02-25mac80211: make tx() operation return voidJohannes Berg
2011-02-21ath9k: Implement op_flush()Vasanthakumar Thiagarajan
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2011-02-15ath9k: Fix ath9k prevents CPU to enter C3 statesMohammed Shafi Shajakhan
2011-02-14ath9k: disable beaconing before stopping beacon queueRajkumar Manoharan
2011-02-09ath9k: Remove redundant beacon_intervalSteve Brown
2011-02-09ath9k: Add debug info for configuring power level.Ben Greear
2011-02-09ath9k: Print channel-type in chan-change dbg message.Ben Greear
2011-02-04ath9k: add additional checks for the baseband hang detectionFelix Fietkau
2011-02-04ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan
2011-02-03ath9k: reserve a beacon slot on beaconing vif additionRajkumar Manoharan
2011-02-03ath9k: do not access hw registers in FULL SLEEPRajkumar Manoharan
2011-02-03ath9k: move update tx power to commonRajkumar Manoharan
2011-02-03ath9k: use common get current channel functionRajkumar Manoharan
2011-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-02-01ath9k: Fix memory leak due to failed PAPRD framesMohammed Shafi Shajakhan
2011-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-01-28ath9k: use common API to avoid code duplicationRajkumar Manoharan
2011-01-28ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan
2011-01-28ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau
2011-01-28ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau
2011-01-28ath9k: Fix power save usage count imbalance on deinitRajkumar Manoharan
2011-01-27ath9k: fix race conditions when stop deviceStanislaw Gruszka
2011-01-21ath9k: Keep track of stations for debugfs.Ben Greear
2011-01-21ath9k: add missing ps wakeup/restore callsFelix Fietkau
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg
2011-01-19ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear
2011-01-19ath9k: reduce the likelihood of baseband hang check false positivesFelix Fietkau
2011-01-05ath9k: qualify global modparam_nohwcrypt variableJohn W. Linville
2011-01-04ath9k: fix beacon restart on channel changeRajkumar Manoharan
2011-01-04ath9k: spin_lock_bh is not required within tasklet context.Senthil Balasubramanian
2010-12-22ath9k: unlock on error path in ath9k_change_interface()Dan Carpenter
2010-12-22ath9k: fix aphy / wiphy idle mismatchLuis R. Rodriguez
2010-12-20ath9k: do not limit the chainmask to 1 for legacy modeFelix Fietkau
2010-12-16ath9k_hw: Configure appropriate Tx power when PAPRD failsVasanthakumar Thiagarajan
2010-12-15ath9k: Add comments for making pm-qos as modparamMohammed Shafi Shajakhan
2010-12-15ath9k: Make PM-QOS value as user configurableMohammed Shafi Shajakhan
2010-12-13ath9k_hw: fix PA predistortion training power selectionFelix Fietkau
2010-12-13ath9k: fix PA predistortion thermal measurement handlingFelix Fietkau
2010-12-13ath9k: Use power save wrappers for TSF get/setSujith Manoharan
2010-12-13ath9k: Add change_interface callbackRajkumar Manoharan