summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
Commit message (Expand)AuthorAgeFilesLines
* ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau2010-09-211-1/+0Star
* ath9k: fix an aggregation start related race conditionFelix Fietkau2010-09-211-2/+2
* ath9k: clean up block ack window handlingFelix Fietkau2010-09-211-1/+1
* ath9k: fix enabling ANI / tx monitor after bg scanLuis R. Rodriguez2010-09-161-1/+0Star
* ath9k: fix BSSID mask calculationFelix Fietkau2010-09-141-1/+1
* ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan2010-09-071-0/+56
* ath9k_common: Move bt_stomp to common for sharing with ath9k_htc.Vivek Natarajan2010-08-241-8/+0Star
* ath9k: shorten the calibration interval during strong interferenceFelix Fietkau2010-08-161-0/+1
* ath9k_hw: clean up per-channel calibration dataFelix Fietkau2010-08-041-0/+1
* ath9k: prevent calibration during off-channel activityFelix Fietkau2010-08-041-1/+1
* ath9k: Fix inconsistency between txq->stopped and the actual queue stateVasanthakumar Thiagarajan2010-07-261-1/+1
* ath9k: fix false positives in the baseband hang checkFelix Fietkau2010-07-021-0/+2
* Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre2010-06-251-0/+1
|\
| * ath9k: Fix bug in starting aniVasanthakumar Thiagarajan2010-06-231-0/+1
* | ath9k: Remove unused paprd_txokVasanthakumar Thiagarajan2010-06-241-1/+0Star
* | ath9k: Fix bug in paprdVasanthakumar Thiagarajan2010-06-241-0/+3
* | ath9k: Add a module parameter to disable led blinking.Vivek Natarajan2010-06-231-0/+1
* | ath9k: implement PA predistortion supportFelix Fietkau2010-06-141-0/+7
* | ath9k: fix queue stopping thresholdFelix Fietkau2010-06-141-2/+1Star
* | ath9k: make ath_get_hal_qnum staticFelix Fietkau2010-06-141-1/+0Star
* | ath9k: remove declarations of some nonexistant functionsFelix Fietkau2010-06-141-2/+0Star
* | ath9k: remove duplicate WMM AC definitionsFelix Fietkau2010-06-141-3/+1Star
* | ath9k: fix mac80211 queue lookup for waking up queuesFelix Fietkau2010-06-141-0/+1
* | ath9k: add new ANI implementation for AR9003Luis R. Rodriguez2010-06-141-1/+2
* | ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau2010-06-031-1/+4
* | ath9k: Move driver specific structuresSujith2010-06-021-0/+63
|/
* ath9k: Add Tx EDMA supportVasanthakumar Thiagarajan2010-04-161-0/+6
* ath9k: Initialize and configure tx status for EDMAVasanthakumar Thiagarajan2010-04-161-1/+5
* ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan2010-04-161-1/+1
* ath9k: Add Rx EDMA supportFelix Fietkau2010-04-161-1/+9
* ath9k: move imask from sc to ahPavel Roskin2010-04-061-1/+0Star
* ath9k: split out access to tx status informationFelix Fietkau2010-03-311-3/+0Star
* ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian2010-02-081-0/+1
* ath9k: fix access to freed data on unloadPavel Roskin2010-02-011-5/+0Star
* ath9k: Handle full sleep in ps_restore.Vivek Natarajan2010-01-291-0/+1
* ath9k: Fix wifi disconnection when collocated bt scan is activeVasanthakumar Thiagarajan2010-01-221-0/+2
* ath9k: Cleanup init/deinit routinesSujith2010-01-121-4/+3Star
* ath9k: Cleanup Powersave flagsSujith2010-01-121-20/+23
* ath9k: Add new file init.cSujith2010-01-121-0/+5
* ath9k: Add a new file for GPIOSujith2010-01-121-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-051-3/+3
|\
| * ath9k: fix ito64Ming Lei2010-01-041-3/+3
* | ath9k: Remove ANI lockSujith2009-12-221-1/+0Star
|/
* ath9k: separate debugfs support from CONFIG_ATH_DEBUGFelix Fietkau2009-11-281-1/+1
* ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan2009-11-281-0/+1
* ath9k: fix processing of TX PS null data framesLuis R. Rodriguez2009-11-281-0/+2
* ath9k: properly use the mac80211 rate control apiFelix Fietkau2009-11-281-3/+2Star
* ath9k: Remove a few unused variablesSujith2009-11-181-10/+0Star
* ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez2009-11-111-89/+6Star
* ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez2009-11-111-13/+0Star