aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-57/+32
2011-03-14ath9k: improve reliability of beacon transmission and stuck beacon handlingFelix Fietkau1-62/+9
2011-03-14ath9k: fix stopping tx dma on resetFelix Fietkau1-0/+28
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2011-02-25ath9k: correct ath9k_hw_set_interruptsStanislaw Gruszka1-2/+3
2011-01-27ath9k: fix misplaced debug codeFelix Fietkau1-8/+0
2011-01-21ath9k: Add more information to debugfs xmit file.Ben Greear1-0/+8
2011-01-19ath9k_hw: partially revert "fix dma descriptor rx error bit parsing"Felix Fietkau1-4/+10
2011-01-04ath9k_hw: fix dma descriptor rx error bit parsingFelix Fietkau1-4/+5
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+1
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-43/+43
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-18/+13
2010-12-07ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian1-2/+1
2010-12-02Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville1-1/+2
2010-11-30ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian1-2/+1
2010-11-24ath9k_hw: remove ath9k_hw_stoppcurecvFelix Fietkau1-8/+0
2010-11-09ath9k_hw: optimize interrupt mask changesFelix Fietkau1-36/+50
2010-10-07ath9k_hw: Fix hw reset failure with HTC driverRajkumar Manoharan1-4/+0
2010-10-06ath9k_hw: clean up register write bufferingFelix Fietkau1-4/+0
2010-09-14ath9k_hw: handle rx key missFelix Fietkau1-0/+2
2010-08-31ath9k: fix spurious MIC failure reportsFelix Fietkau1-1/+2
2010-06-15ath9k_hw: avoid setting cwmin/cwmax to 0 for IBSS for AR9003Luis R. Rodriguez1-2/+7
2010-06-14ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez1-2/+2
2010-06-14ath9k_hw: allow for spliting up ANI operations by familyLuis R. Rodriguez1-0/+1
2010-04-27ath9k_hw: Fix TX interrupt mitigation settingsLuis R. Rodriguez1-4/+6
2010-04-16ath9k_hw: Use buffered register writesSujith1-0/+27
2010-04-16ath9k_hw: Abort rx if hw is not coming out of full sleep in resetVasanthakumar Thiagarajan1-0/+8
2010-04-16ath9k_hw: set cwmin and cwmax to 0 for for AR9003 upon txq resetLuis R. Rodriguez1-0/+6
2010-04-16ath9k_hw: enable CRC check of descriptors for AR9003Luis R. Rodriguez1-0/+3
2010-04-16ath9k_hw: move AR9002 mac ops to its own fileLuis R. Rodriguez1-461/+0
2010-04-16ath9k_hw: Define abstraction for tx desc accessVasanthakumar Thiagarajan1-253/+255
2010-04-16ath9k_hw: Abstract the routine which returns interrupt statusVasanthakumar Thiagarajan1-0/+290
2010-04-16ath9k_hw: Add abstraction to set/get link pointerVasanthakumar Thiagarajan1-0/+13
2010-04-16ath9k_hw: Move code which populates ds_data to ath9k_hwVasanthakumar Thiagarajan1-1/+4
2010-04-16ath9k_hw: Add abstraction for rx enableVasanthakumar Thiagarajan1-6/+11
2010-04-06ath9k: remove ah->mask_reg, it's never used properlyPavel Roskin1-1/+1
2010-03-31ath9k: split out access to rx status informationFelix Fietkau1-36/+36
2010-03-31ath9k: split out access to tx status informationFelix Fietkau1-37/+38
2010-03-23ath9k_hw: fix TX descriptor setup for AR9271Sujith1-1/+1
2010-03-09ath9k: never read from the AR_IMR_S2 registerPavel Roskin1-2/+4
2009-12-21ath9k: Fix TX queue drainingSujith1-1/+1
2009-11-28ath9k: Fix maximum tx fifo settings for single stream devicesLuis R. Rodriguez1-2/+27
2009-11-28ath9k: fix processing of TX PS null data framesLuis R. Rodriguez1-0/+9
2009-10-07ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez1-0/+13
2009-10-07ath9k: move hw code to its own moduleLuis R. Rodriguez1-0/+30
2009-10-07ath9k: move ATH9K_RSSI_BAD to hw.hLuis R. Rodriguez1-1/+1
2009-10-07ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez1-1/+0
2009-10-07atheros: add common debug printingLuis R. Rodriguez1-55/+63
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez1-24/+24
2009-08-14ath9k: Cleanup function return typesSujith1-13/+4