summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)Author
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
2010-12-13ath9k: fix assumptions for idle calls on suspend/resumeLuis R. Rodriguez
2010-12-13ath9k: Fix power save count imbalance on ath_radio_enable()Luis R. Rodriguez
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-08ath9k: skip ATH9K_INT_TIM_TIMER when we are idleLuis R. Rodriguez
2010-12-07ath9k: Enable extended synch for AR9485 to fix L0s recovery issueVasanthakumar Thiagarajan
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches
2010-12-07ath9k: fix beacon resource related race conditionRajkumar Manoharan
2010-12-07ath9k: fix a DMA related race condition on resetFelix Fietkau
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-11-30ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan
2010-11-29ath9k: Disable SWBA interrupt on remove_interfaceRajkumar Manoharan
2010-11-29ath9k: use per-device struct for pm_qos_* operationsGabor Juhos
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-11-17ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not setFelix Fietkau
2010-11-17ath9k: clean up code duplication around ath_tx_startFelix Fietkau
2010-11-17ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau
2010-11-15ath9k: content DMA start / stop through the PCU lockLuis R. Rodriguez
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez