summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix tx struck state with paprdVasanthakumar Thiagarajan2010-09-241-2/+4
* ath9k: fix an aggregation start related race conditionFelix Fietkau2010-09-211-2/+3
* ath9k: fix enabling ANI / tx monitor after bg scanLuis R. Rodriguez2010-09-161-7/+3Star
* ath9k: fix regression on beacon loss after bgscanLuis R. Rodriguez2010-09-161-2/+4
* ath9k: fix power save race conditionsLuis R. Rodriguez2010-09-161-1/+4
* ath9k: Use common ath key management functionsBruno Randolf2010-09-161-2/+2
* ath9k_hw: remove useless hw capability flagsFelix Fietkau2010-09-141-10/+2Star
* ath9k: fix BSSID mask calculationFelix Fietkau2010-09-141-1/+1
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-2/+3
* ath9k: shorten the calibration interval during strong interferenceFelix Fietkau2010-08-161-2/+7
* ath9k: add fastcc to debug print for channel changeLuis R. Rodriguez2010-08-161-2/+3
* ath9k_hw: clean up per-channel calibration dataFelix Fietkau2010-08-041-11/+21
* ath9k: prevent calibration during off-channel activityFelix Fietkau2010-08-041-34/+39
* ath9k: fix a crash in the PA predistortion apply functionFelix Fietkau2010-08-041-0/+1
* ath9k: remove the two wiphys scanning at the same time messageLuis R. Rodriguez2010-07-281-4/+9
* ath9k: correct sparse identified endian bug in ath_paprd_calibrateJohn W. Linville2010-07-201-1/+1
* ath9k: fix panic while cleaning up virtaul wifisRajkumar Manoharan2010-07-141-1/+7
* ath9k: Fix the LED behaviour in idle unassociated state.Vivek Natarajan2010-07-141-3/+8
* ath9k: fix false positives in the baseband hang checkFelix Fietkau2010-07-021-2/+25
* Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre2010-06-251-1/+10
|\
| * ath9k: Fix bug in starting aniVasanthakumar Thiagarajan2010-06-231-1/+10
* | ath9k: Wakeup the chip in an appropriate place in ath_paprd_calibrate()Vasanthakumar Thiagarajan2010-06-241-1/+1
* | ath9k: Fix bug in paprdVasanthakumar Thiagarajan2010-06-241-2/+3
* | ath9k: Add a module parameter to disable led blinking.Vivek Natarajan2010-06-231-1/+3
* | ath9k_hw: remove ATH9K_CAP_TXPOWFelix Fietkau2010-06-141-3/+1Star
* | ath9k: implement PA predistortion supportFelix Fietkau2010-06-141-0/+116
* | ath9k: make ath_get_hal_qnum staticFelix Fietkau2010-06-141-1/+1
* | ath9k: remove duplicate WMM AC definitionsFelix Fietkau2010-06-141-10/+10
* | ath9k: add new ANI implementation for AR9003Luis R. Rodriguez2010-06-141-3/+7
* | mac80211: allow drivers to sleep in ampdu_actionJohannes Berg2010-06-141-0/+4
* | ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau2010-06-031-5/+3Star
* | ath9k: use the key handling code from ath9k_common instead of duplicating itFelix Fietkau2010-06-031-230/+2Star
* | ath9k: Fix power save with auto sleepingVasanthakumar Thiagarajan2010-06-021-2/+3
* | ath9k: enable the baseband watchdog events for AR9003Luis R. Rodriguez2010-06-021-1/+9
|/
* Revert "ath9k: Group Key fix for VAPs"John W. Linville2010-05-241-25/+3Star
* ath9k: Added get_survey callback in order to get channel noiseBenoit Papillault2010-04-281-0/+20
* ath9k: check for specific rx stuck conditions and recover from themFelix Fietkau2010-04-201-1/+2
* ath9k: Group Key fix for VAPsDaniel Yingqiang Ma2010-04-201-3/+25
* ath9k: Add Tx EDMA supportVasanthakumar Thiagarajan2010-04-161-2/+6
* ath9k: Add Rx EDMA supportFelix Fietkau2010-04-161-6/+34
* ath9k: disable the MIB interrupt if ANI is disabledLuis R. Rodriguez2010-04-161-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-081-2/+1Star
|\
| * ath9k: fix double calls to ath_radio_enableFelix Fietkau2010-04-061-2/+1Star
* | ath9k: move imask from sc to ahPavel Roskin2010-04-061-29/+31
|/
* ath9k: convert to new station add/remove callbacksJohannes Berg2010-02-191-15/+20
* ath9k: fix keycache leak in split tkip caseMing Lei2010-02-081-0/+1
* ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian2010-02-081-10/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-081-1/+1
|\
| * ath9k: fix beacon slot/buffer leakFelix Fietkau2010-01-191-1/+1
* | ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin2010-02-011-3/+3