aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mac.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-46/+24
* ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2011-08-041-2/+1
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k_hw: Change DCU backoff thresh for AR9340Rajkumar Manoharan2011-05-101-2/+7
* ath9k_hw: Enable generic timer interrupt.Vivek Natarajan2011-04-281-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-261-3/+22
|\
| * ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau2011-04-121-3/+22
* | ath9k_hw: Disable INTR_HOST1_FATAL to avoid interrupt strom with ar9430Vasanthakumar Thiagarajan2011-04-251-4/+6
* | ath9k: cleanup few redundant macrosMohammed Shafi Shajakhan2011-04-041-2/+0
* | ath9k_hw: remove pCap->total_queuesFelix Fietkau2011-03-301-33/+5
* | ath9k_hw: replace REG_READ+REG_WRITE with REG_RMWFelix Fietkau2011-03-301-43/+30
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-151-57/+32
|\
| * ath9k: improve reliability of beacon transmission and stuck beacon handlingFelix Fietkau2011-03-141-62/+9
| * ath9k: fix stopping tx dma on resetFelix Fietkau2011-03-141-0/+28
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-2/+3
|\ \ | |/ |/|
| * ath9k: correct ath9k_hw_set_interruptsStanislaw Gruszka2011-02-251-2/+3
* | ath9k: fix misplaced debug codeFelix Fietkau2011-01-271-8/+0
* | ath9k: Add more information to debugfs xmit file.Ben Greear2011-01-211-0/+8
* | ath9k_hw: partially revert "fix dma descriptor rx error bit parsing"Felix Fietkau2011-01-191-4/+10
|/
* ath9k_hw: fix dma descriptor rx error bit parsingFelix Fietkau2011-01-041-4/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-2/+1
|\
| * ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2010-12-071-2/+1
| * Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville2010-12-021-1/+2
| * ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2010-11-301-2/+1
* | ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-43/+43
* | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-18/+13
* | ath9k_hw: remove ath9k_hw_stoppcurecvFelix Fietkau2010-11-241-8/+0
* | ath9k_hw: optimize interrupt mask changesFelix Fietkau2010-11-091-36/+50
|/
* ath9k_hw: Fix hw reset failure with HTC driverRajkumar Manoharan2010-10-071-4/+0
* ath9k_hw: clean up register write bufferingFelix Fietkau2010-10-061-4/+0
* ath9k_hw: handle rx key missFelix Fietkau2010-09-141-0/+2
* ath9k: fix spurious MIC failure reportsFelix Fietkau2010-08-311-1/+2
* ath9k_hw: avoid setting cwmin/cwmax to 0 for IBSS for AR9003Luis R. Rodriguez2010-06-151-2/+7
* ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez2010-06-141-2/+2
* ath9k_hw: allow for spliting up ANI operations by familyLuis R. Rodriguez2010-06-141-0/+1
* ath9k_hw: Fix TX interrupt mitigation settingsLuis R. Rodriguez2010-04-271-4/+6
* ath9k_hw: Use buffered register writesSujith2010-04-161-0/+27
* ath9k_hw: Abort rx if hw is not coming out of full sleep in resetVasanthakumar Thiagarajan2010-04-161-0/+8
* ath9k_hw: set cwmin and cwmax to 0 for for AR9003 upon txq resetLuis R. Rodriguez2010-04-161-0/+6
* ath9k_hw: enable CRC check of descriptors for AR9003Luis R. Rodriguez2010-04-161-0/+3
* ath9k_hw: move AR9002 mac ops to its own fileLuis R. Rodriguez2010-04-161-461/+0
* ath9k_hw: Define abstraction for tx desc accessVasanthakumar Thiagarajan2010-04-161-253/+255
* ath9k_hw: Abstract the routine which returns interrupt statusVasanthakumar Thiagarajan2010-04-161-0/+290
* ath9k_hw: Add abstraction to set/get link pointerVasanthakumar Thiagarajan2010-04-161-0/+13
* ath9k_hw: Move code which populates ds_data to ath9k_hwVasanthakumar Thiagarajan2010-04-161-1/+4
* ath9k_hw: Add abstraction for rx enableVasanthakumar Thiagarajan2010-04-161-6/+11
* ath9k: remove ah->mask_reg, it's never used properlyPavel Roskin2010-04-061-1/+1
* ath9k: split out access to rx status informationFelix Fietkau2010-03-311-36/+36
* ath9k: split out access to tx status informationFelix Fietkau2010-03-311-37/+38
* ath9k_hw: fix TX descriptor setup for AR9271Sujith2010-03-231-1/+1