summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
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-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-16/+10
2010-12-08ath9k: skip ATH9K_INT_TIM_TIMER when we are idleLuis R. Rodriguez1-0/+2
2010-12-08ath9k: Enable extended synch for AR9485 to fix L0s recovery issueVasanthakumar Thiagarajan1-0/+3
2010-12-08ath: Convert ath_print to ath_dbgJoe Perches1-66/+63
2010-12-08ath: 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/linvil...John 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-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+21
2010-11-18ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not setFelix Fietkau1-0/+3
2010-11-18ath9k: clean up code duplication around ath_tx_startFelix Fietkau1-25/+0
2010-11-18ath9k: 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-10ath9k: optimize/fix ANI RSSI processingFelix Fietkau1-2/+4
2010-11-10ath9k_hw: optimize interrupt mask changesFelix Fietkau1-9/+9
2010-11-09ath9k: check old power mode before clearing cycle countersFelix Fietkau1-4/+8
2010-11-09ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.Vivek Natarajan1-0/+5
2010-11-09ath9k: 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
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau1-35/+0
2010-10-15ath9k: add missing locking around ath9k_hw_proc_mib_eventFelix Fietkau1-0/+2
2010-10-15ath9k: do not track cycle counter updates in powersave modeFelix Fietkau1-1/+18
2010-10-13ath9k: Set RX filter for Probe Request based on filter flagJouni Malinen1-0/+1
2010-10-11ath9k: implement channel utilization stats for surveyFelix Fietkau1-16/+96
2010-10-11ath9k_hw: move the cycle counter tracking to athFelix Fietkau1-1/+11
2010-10-07ath9k: Introduce a wrapper for power save disable.Senthil Balasubramanian1-18/+22
2010-10-07ath9k: remove unnecessary power save flags.Senthil Balasubramanian1-14/+4
2010-10-07ath9k_hw: remove code duplication in phy error counter handlingFelix Fietkau1-1/+1
2010-10-05ath9k: add WDS interfaces to ath9kBill Jordan1-0/+3
2010-10-05ath9k: return survey data for all channels instead of just the current oneFelix Fietkau1-6/+21
2010-10-05ath9k: remove the noise floor value in the ani structFelix Fietkau1-10/+0
2010-10-05ath9k: do not return default noise floor values via surveyFelix Fietkau1-3/+5
2010-09-24ath9k: Fix tx struck state with paprdVasanthakumar Thiagarajan1-2/+4
2010-09-21ath9k: fix an aggregation start related race conditionFelix Fietkau1-2/+3
2010-09-16ath9k: fix enabling ANI / tx monitor after bg scanLuis R. Rodriguez1-7/+3
2010-09-16ath9k: fix regression on beacon loss after bgscanLuis R. Rodriguez1-2/+4