aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-88/+248
2011-01-21ath9k: Keep track of stations for debugfs.Ben Greear1-0/+13
2011-01-21ath9k: add missing ps wakeup/restore callsFelix Fietkau1-3/+5
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-1/+1
2011-01-19ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear1-86/+222
2011-01-19ath9k: reduce the likelihood of baseband hang check false positivesFelix Fietkau1-1/+12
2011-01-05ath9k: qualify global modparam_nohwcrypt variableJohn W. Linville1-1/+1
2011-01-04ath9k: fix beacon restart on channel changeRajkumar Manoharan1-1/+2
2011-01-04ath9k: spin_lock_bh is not required within tasklet context.Senthil Balasubramanian1-2/+2
2010-12-22ath9k: unlock on error path in ath9k_change_interface()Dan Carpenter1-4/+7
2010-12-22ath9k: fix aphy / wiphy idle mismatchLuis R. Rodriguez1-0/+1
2010-12-20ath9k: do not limit the chainmask to 1 for legacy modeFelix Fietkau1-32/+0
2010-12-16ath9k_hw: Configure appropriate Tx power when PAPRD failsVasanthakumar Thiagarajan1-1/+1
2010-12-15ath9k: Add comments for making pm-qos as modparamMohammed Shafi Shajakhan1-0/+4
2010-12-15ath9k: Make PM-QOS value as user configurableMohammed Shafi Shajakhan1-1/+1
2010-12-13ath9k_hw: fix PA predistortion training power selectionFelix Fietkau1-1/+3
2010-12-13ath9k: fix PA predistortion thermal measurement handlingFelix Fietkau1-30/+44
2010-12-13ath9k: Use power save wrappers for TSF get/setSujith Manoharan1-0/+4
2010-12-13ath9k: Add change_interface callbackRajkumar Manoharan1-21/+69
2010-12-13ath9k: fix assumptions for idle calls on suspend/resumeLuis R. Rodriguez1-2/+2
2010-12-13ath9k: Fix power save count imbalance on ath_radio_enable()Luis R. Rodriguez1-2/+2
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-16/+10
2010-12-08ath9k: skip ATH9K_INT_TIM_TIMER when we are idleLuis R. Rodriguez1-0/+2
2010-12-07ath9k: Enable extended synch for AR9485 to fix L0s recovery issueVasanthakumar Thiagarajan1-0/+3
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-66/+63
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-33/+23
2010-12-07ath9k: fix beacon resource related race conditionRajkumar Manoharan1-14/+7
2010-12-07ath9k: fix a DMA related race condition on resetFelix Fietkau1-2/+3
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-4/+12
2010-11-30ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan1-1/+4
2010-11-29ath9k: Disable SWBA interrupt on remove_interfaceRajkumar Manoharan1-1/+10
2010-11-29ath9k: use per-device struct for pm_qos_* operationsGabor Juhos1-3/+2
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-8/+21
2010-11-17ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not setFelix Fietkau1-0/+3
2010-11-17ath9k: clean up code duplication around ath_tx_startFelix Fietkau1-25/+0
2010-11-17ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau1-0/+2
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau1-61/+10
2010-11-15ath9k: content DMA start / stop through the PCU lockLuis R. Rodriguez1-26/+26
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez1-21/+21
2010-11-15ath9k: simplify hw reset lockingLuis R. Rodriguez1-16/+6
2010-11-15ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau1-1/+1
2010-11-09ath9k: optimize/fix ANI RSSI processingFelix Fietkau1-2/+4
2010-11-09ath9k_hw: optimize interrupt mask changesFelix Fietkau1-9/+9
2010-11-08ath9k: check old power mode before clearing cycle countersFelix Fietkau1-4/+8
2010-11-08ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.Vivek Natarajan1-0/+5
2010-11-08ath9k: Avoid HW opmode overridden on monitor mode changesRajkumar Manoharan1-4/+8
2010-10-27ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez1-0/+27
2010-10-27ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez1-2/+2
2010-10-25ath9k: resume aggregation immediately after a hardware resetFelix Fietkau1-2/+2
2010-10-25ath9k: fix crash in ath_update_survey_statsFelix Fietkau1-0/+3