summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
2009-04-23atheros: put atheros wireless drivers into ath/Luis R. Rodriguez28-30093/+0
2009-04-23ath: move more setup code into ath_regd_initBob Copeland1-34/+13
2009-04-23atheros: introduce ath module containing common ath5k/ath9k/ar9170 codeBob Copeland9-1271/+42
2009-04-23ath9k: pass regd structure directly to regulatory functionsBob Copeland4-73/+86
2009-04-23ath9k: separate ath9k specific code from ath9k_regd_get_ctl()Bob Copeland1-13/+23
2009-04-23ath9k: Fix bug in determining HT40 modeSujith2-5/+2
2009-04-23ath9k: Determine number of streams from HT capabilitiesSujith2-12/+8
2009-04-23ath9k: Clean Interrupt handling routineSujith1-102/+95
2009-04-23ath9k: Trivial fix to handle AMPDU params properlySujith1-5/+5
2009-04-23ath9k: Initialize values when setting up the queue parametersSujith1-3/+4
2009-04-23ath9k: Remove the useless do..while loopsSujith3-68/+57
2009-04-23ath9k: Remove TIM from the interrupt maskSujith2-15/+0
2009-04-23ath9k: Check for root debugfs fileSujith1-0/+3
2009-04-23ath9k: Remove unused structuresSujith1-20/+0
2009-04-23ath9k: Remove a couple of unused variables in descriptor handlingSujith2-4/+1
2009-04-23ath9k: Cleanup buffer status handlingSujith2-11/+11
2009-04-23ath9k: Avoid unneeded castsSujith3-11/+11
2009-04-23ath9k: Remove redundant variable for Interrupt MitigationSujith2-11/+6
2009-04-23ath9k: Change return value of ath9k_hw_fill_cap_infoSujith2-9/+3
2009-04-23ath9k: Cleanup debug messagesSujith10-129/+115
2009-04-23ath9k: Remove redundant chainmask checkSujith1-8/+0
2009-04-23ath9k: Remove a few unused flagsSujith5-71/+30
2009-04-23ath9k: No need to abort Rx path when autosleep is enabled.Vivek Natarajan1-11/+18
2009-04-23rfkill: remove user_claim stuffJohannes Berg1-1/+0
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2009-04-16ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin1-1/+3
2009-04-14drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-5/+1
2009-03-28mac80211: unify and fix TX aggregation startJohannes Berg1-1/+1
2009-03-28ath9k: fix dma mapping leak of rx buffer upon rmmodLuis R. Rodriguez1-1/+6
2009-03-28Add mesh point functionality to ath9kPat Erley4-13/+18
2009-03-28ath9k: Nuke struct ath_xmit_statusVasanthakumar Thiagarajan2-21/+8
2009-03-28ath9k: Fix bug in reporting status of tx rateVasanthakumar Thiagarajan1-13/+22
2009-03-28ath9k: Fix rate control update for aggregated framesVasanthakumar Thiagarajan1-8/+18
2009-03-28ath9k: Keep LED on in idle state after associationVasanthakumar Thiagarajan1-6/+13
2009-03-28ath9k: Update copyright in all the filesSujith28-28/+28
2009-03-28ath9k: Fix bug in handling single stream stationsSujith1-9/+9
2009-03-28ath9k: Fill in ack signal in TX statusSujith1-2/+6
2009-03-28ath9k: Fix bug in 4K EEPROM size calculationSujith1-1/+1
2009-03-28ath9k: Change return type for set_board_values()Sujith3-12/+4
2009-03-28ath9k: Introduce a helper function for setting board gain valuesSujith1-120/+99
2009-03-28ath9k: Move AR5416_VER_MASK to a common locationSujith2-4/+1
2009-03-28ath9k: Miscellaneous EEPROM handling cleanupSujith2-51/+28
2009-03-28ath9k: remove dummy PCI "retry timeout" fixLuis R. Rodriguez1-18/+0
2009-03-28ath9k: Add support for multiple virtual AP interfacesJouni Malinen2-26/+27
2009-03-28ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rateVasanthakumar Thiagarajan1-0/+2
2009-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller16-213/+380
2009-03-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-3/+57
2009-03-17ath9k: Fix FIF_PROMISC_IN_BSS processing in station modeJouni Malinen1-5/+6
2009-03-17ath9k: Add spectrum management to HW capabilitiesSujith1-1/+2
2009-03-17ath9k: make few eeprom and calib items staticLuis R. Rodriguez1-1/+1