aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-08ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.Vivek Natarajan1-0/+1
2010-10-27ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez1-1/+1
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear1-2/+1
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau1-2/+0
2010-10-11ath9k: implement channel utilization stats for surveyFelix Fietkau1-0/+2
2010-10-06ath9k: remove unnecessary power save flags.Senthil Balasubramanian1-4/+0
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau1-1/+0
2010-09-21ath9k: fix an aggregation start related race conditionFelix Fietkau1-2/+2
2010-09-21ath9k: clean up block ack window handlingFelix Fietkau1-1/+1
2010-09-16ath9k: fix enabling ANI / tx monitor after bg scanLuis R. Rodriguez1-1/+0
2010-09-14ath9k: fix BSSID mask calculationFelix Fietkau1-1/+1
2010-09-07ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan1-0/+56
2010-08-24ath9k_common: Move bt_stomp to common for sharing with ath9k_htc.Vivek Natarajan1-8/+0
2010-08-16ath9k: shorten the calibration interval during strong interferenceFelix Fietkau1-0/+1
2010-08-04ath9k_hw: clean up per-channel calibration dataFelix Fietkau1-0/+1
2010-08-04ath9k: prevent calibration during off-channel activityFelix Fietkau1-1/+1
2010-07-26ath9k: Fix inconsistency between txq->stopped and the actual queue stateVasanthakumar Thiagarajan1-1/+1
2010-07-02ath9k: fix false positives in the baseband hang checkFelix Fietkau1-0/+2
2010-06-25Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre1-0/+1
2010-06-24ath9k: Remove unused paprd_txokVasanthakumar Thiagarajan1-1/+0
2010-06-24ath9k: Fix bug in paprdVasanthakumar Thiagarajan1-0/+3
2010-06-23ath9k: Fix bug in starting aniVasanthakumar Thiagarajan1-0/+1
2010-06-23ath9k: Add a module parameter to disable led blinking.Vivek Natarajan1-0/+1
2010-06-14ath9k: implement PA predistortion supportFelix Fietkau1-0/+7
2010-06-14ath9k: fix queue stopping thresholdFelix Fietkau1-2/+1
2010-06-14ath9k: make ath_get_hal_qnum staticFelix Fietkau1-1/+0
2010-06-14ath9k: remove declarations of some nonexistant functionsFelix Fietkau1-2/+0
2010-06-14ath9k: remove duplicate WMM AC definitionsFelix Fietkau1-3/+1
2010-06-14ath9k: fix mac80211 queue lookup for waking up queuesFelix Fietkau1-0/+1
2010-06-14ath9k: add new ANI implementation for AR9003Luis R. Rodriguez1-1/+2
2010-06-03ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau1-1/+4
2010-06-02ath9k: Move driver specific structuresSujith1-0/+63
2010-04-16ath9k: Add Tx EDMA supportVasanthakumar Thiagarajan1-0/+6
2010-04-16ath9k: Initialize and configure tx status for EDMAVasanthakumar Thiagarajan1-1/+5
2010-04-16ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan1-1/+1
2010-04-16ath9k: Add Rx EDMA supportFelix Fietkau1-1/+9
2010-04-06ath9k: move imask from sc to ahPavel Roskin1-1/+0
2010-03-31ath9k: split out access to tx status informationFelix Fietkau1-3/+0
2010-02-08ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian1-0/+1
2010-02-01ath9k: fix access to freed data on unloadPavel Roskin1-5/+0
2010-01-29ath9k: Handle full sleep in ps_restore.Vivek Natarajan1-0/+1
2010-01-22ath9k: Fix wifi disconnection when collocated bt scan is activeVasanthakumar Thiagarajan1-0/+2
2010-01-12ath9k: Cleanup init/deinit routinesSujith1-4/+3
2010-01-12ath9k: Cleanup Powersave flagsSujith1-20/+23
2010-01-12ath9k: Add new file init.cSujith1-0/+5
2010-01-12ath9k: Add a new file for GPIOSujith1-0/+15
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-3/+3
2010-01-04ath9k: fix ito64Ming Lei1-3/+3
2009-12-22ath9k: Remove ANI lockSujith1-1/+0
2009-11-28ath9k: separate debugfs support from CONFIG_ATH_DEBUGFelix Fietkau1-1/+1