summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-16ath9k: fix power save race conditionsLuis R. Rodriguez1-1/+4
2010-09-16ath9k: Use common ath key management functionsBruno Randolf1-2/+2
2010-09-15ath9k_hw: remove useless hw capability flagsFelix Fietkau1-10/+2
2010-09-15ath9k: fix BSSID mask calculationFelix Fietkau1-1/+1
2010-08-17mac80211: use cipher suite selectorsJohannes Berg1-2/+3
2010-08-16ath9k: shorten the calibration interval during strong interferenceFelix Fietkau1-2/+7
2010-08-16ath9k: add fastcc to debug print for channel changeLuis R. Rodriguez1-2/+3
2010-08-04ath9k_hw: clean up per-channel calibration dataFelix Fietkau1-11/+21
2010-08-04ath9k: prevent calibration during off-channel activityFelix Fietkau1-34/+39
2010-08-04ath9k: fix a crash in the PA predistortion apply functionFelix Fietkau1-0/+1
2010-07-29ath9k: remove the two wiphys scanning at the same time messageLuis R. Rodriguez1-4/+9
2010-07-21ath9k: correct sparse identified endian bug in ath_paprd_calibrateJohn W. Linville1-1/+1
2010-07-14ath9k: fix panic while cleaning up virtaul wifisRajkumar Manoharan1-1/+7
2010-07-14ath9k: Fix the LED behaviour in idle unassociated state.Vivek Natarajan1-3/+8
2010-07-02ath9k: fix false positives in the baseband hang checkFelix Fietkau1-2/+25
2010-06-26Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre1-1/+10
2010-06-24ath9k: Wakeup the chip in an appropriate place in ath_paprd_calibrate()Vasanthakumar Thiagarajan1-1/+1
2010-06-24ath9k: Fix bug in paprdVasanthakumar Thiagarajan1-2/+3
2010-06-23ath9k: Fix bug in starting aniVasanthakumar Thiagarajan1-1/+10
2010-06-23ath9k: Add a module parameter to disable led blinking.Vivek Natarajan1-1/+3
2010-06-14ath9k_hw: remove ATH9K_CAP_TXPOWFelix Fietkau1-3/+1
2010-06-14ath9k: implement PA predistortion supportFelix Fietkau1-0/+116
2010-06-14ath9k: make ath_get_hal_qnum staticFelix Fietkau1-1/+1
2010-06-14ath9k: remove duplicate WMM AC definitionsFelix Fietkau1-10/+10
2010-06-14ath9k: add new ANI implementation for AR9003Luis R. Rodriguez1-3/+7
2010-06-14mac80211: allow drivers to sleep in ampdu_actionJohannes Berg1-0/+4
2010-06-03ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau1-5/+3
2010-06-03ath9k: use the key handling code from ath9k_common instead of duplicating itFelix Fietkau1-230/+2
2010-06-03ath9k: Fix power save with auto sleepingVasanthakumar Thiagarajan1-2/+3
2010-06-03ath9k: enable the baseband watchdog events for AR9003Luis R. Rodriguez1-1/+9
2010-05-24Revert "ath9k: Group Key fix for VAPs"John W. Linville1-25/+3
2010-04-29ath9k: Added get_survey callback in order to get channel noiseBenoit Papillault1-0/+20
2010-04-20ath9k: check for specific rx stuck conditions and recover from themFelix Fietkau1-1/+2
2010-04-20ath9k: Group Key fix for VAPsDaniel Yingqiang Ma1-3/+25
2010-04-16ath9k: Add Tx EDMA supportVasanthakumar Thiagarajan1-2/+6
2010-04-16ath9k: Add Rx EDMA supportFelix Fietkau1-6/+34
2010-04-16ath9k: disable the MIB interrupt if ANI is disabledLuis R. Rodriguez1-1/+2
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+1
2010-04-07ath9k: move imask from sc to ahPavel Roskin1-29/+31