aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ath9k: Print channel-type in chan-change dbg message.Ben Greear2011-02-091-2/+3
* | ath9k: add additional checks for the baseband hang detectionFelix Fietkau2011-02-041-9/+36
* | ath9k: reserve a beacon slot on beaconing vif additionRajkumar Manoharan2011-02-031-3/+1
* | ath9k: do not access hw registers in FULL SLEEPRajkumar Manoharan2011-02-031-0/+2
* | ath9k: move update tx power to commonRajkumar Manoharan2011-02-031-16/+10
* | ath9k: use common get current channel functionRajkumar Manoharan2011-02-031-16/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-02-011-1/+7
|\ \ | |/
| * ath9k: Fix memory leak due to failed PAPRD framesMohammed Shafi Shajakhan2011-02-011-1/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-281-5/+14
|\ \ | |/
| * ath9k: Fix power save usage count imbalance on deinitRajkumar Manoharan2011-01-281-2/+0
| * ath9k: fix race conditions when stop deviceStanislaw Gruszka2011-01-271-0/+9
| * ath9k: add missing ps wakeup/restore callsFelix Fietkau2011-01-211-3/+5
* | ath9k: use common API to avoid code duplicationRajkumar Manoharan2011-01-281-69/+3
* | ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan2011-01-281-0/+3
* | ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau2011-01-281-0/+5
* | ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau2011-01-281-51/+27
* | ath9k: remove support for virtual wiphysFelix Fietkau2011-01-281-136/+5
* | ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau2011-01-281-0/+2
* | ath9k: Keep track of stations for debugfs.Ben Greear2011-01-211-0/+13
* | mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-191-1/+1
* | ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear2011-01-191-86/+222
* | ath9k: reduce the likelihood of baseband hang check false positivesFelix Fietkau2011-01-191-1/+12
|/
* ath9k: qualify global modparam_nohwcrypt variableJohn W. Linville2011-01-051-1/+1
* ath9k: fix beacon restart on channel changeRajkumar Manoharan2011-01-041-1/+2
* ath9k: spin_lock_bh is not required within tasklet context.Senthil Balasubramanian2011-01-041-2/+2
* ath9k: unlock on error path in ath9k_change_interface()Dan Carpenter2010-12-221-4/+7
* ath9k: fix aphy / wiphy idle mismatchLuis R. Rodriguez2010-12-221-0/+1
* ath9k: do not limit the chainmask to 1 for legacy modeFelix Fietkau2010-12-201-32/+0
* ath9k_hw: Configure appropriate Tx power when PAPRD failsVasanthakumar Thiagarajan2010-12-161-1/+1
* ath9k: Add comments for making pm-qos as modparamMohammed Shafi Shajakhan2010-12-151-0/+4
* ath9k: Make PM-QOS value as user configurableMohammed Shafi Shajakhan2010-12-151-1/+1
* ath9k_hw: fix PA predistortion training power selectionFelix Fietkau2010-12-131-1/+3
* ath9k: fix PA predistortion thermal measurement handlingFelix Fietkau2010-12-131-30/+44
* ath9k: Use power save wrappers for TSF get/setSujith Manoharan2010-12-131-0/+4
* ath9k: Add change_interface callbackRajkumar Manoharan2010-12-131-21/+69
* ath9k: fix assumptions for idle calls on suspend/resumeLuis R. Rodriguez2010-12-131-2/+2
* ath9k: Fix power save count imbalance on ath_radio_enable()Luis R. Rodriguez2010-12-131-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-16/+10
|\
| * ath9k: fix beacon resource related race conditionRajkumar Manoharan2010-12-071-14/+7
| * ath9k: fix a DMA related race condition on resetFelix Fietkau2010-12-071-2/+3
* | ath9k: skip ATH9K_INT_TIM_TIMER when we are idleLuis R. Rodriguez2010-12-081-0/+2
* | ath9k: Enable extended synch for AR9485 to fix L0s recovery issueVasanthakumar Thiagarajan2010-12-071-0/+3
* | ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-66/+63
* | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-33/+23
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-021-4/+12
|\ \ | |/
| * ath9k: Disable SWBA interrupt on remove_interfaceRajkumar Manoharan2010-11-291-1/+10
| * ath9k: use per-device struct for pm_qos_* operationsGabor Juhos2010-11-291-3/+2
* | ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan2010-11-301-1/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-241-8/+21
|\ \ | |/
| * ath9k: check old power mode before clearing cycle countersFelix Fietkau2010-11-081-4/+8