summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorLines
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez-30093/+0
2009-04-22ath: move more setup code into ath_regd_initBob Copeland-34/+13
2009-04-22atheros: introduce ath module containing common ath5k/ath9k/ar9170 codeBob Copeland-1271/+42
2009-04-22ath9k: pass regd structure directly to regulatory functionsBob Copeland-73/+86
2009-04-22ath9k: separate ath9k specific code from ath9k_regd_get_ctl()Bob Copeland-13/+23
2009-04-22ath9k: Fix bug in determining HT40 modeSujith-5/+2
2009-04-22ath9k: Determine number of streams from HT capabilitiesSujith-12/+8
2009-04-22ath9k: Clean Interrupt handling routineSujith-102/+95
2009-04-22ath9k: Trivial fix to handle AMPDU params properlySujith-5/+5
2009-04-22ath9k: Initialize values when setting up the queue parametersSujith-3/+4
2009-04-22ath9k: Remove the useless do..while loopsSujith-68/+57
2009-04-22ath9k: Remove TIM from the interrupt maskSujith-15/+0
2009-04-22ath9k: Check for root debugfs fileSujith-0/+3
2009-04-22ath9k: Remove unused structuresSujith-20/+0
2009-04-22ath9k: Remove a couple of unused variables in descriptor handlingSujith-4/+1
2009-04-22ath9k: Cleanup buffer status handlingSujith-11/+11
2009-04-22ath9k: Avoid unneeded castsSujith-11/+11
2009-04-22ath9k: Remove redundant variable for Interrupt MitigationSujith-11/+6
2009-04-22ath9k: Change return value of ath9k_hw_fill_cap_infoSujith-9/+3
2009-04-22ath9k: Cleanup debug messagesSujith-129/+115
2009-04-22ath9k: Remove redundant chainmask checkSujith-8/+0
2009-04-22ath9k: Remove a few unused flagsSujith-71/+30
2009-04-22ath9k: No need to abort Rx path when autosleep is enabled.Vivek Natarajan-11/+18
2009-04-22rfkill: remove user_claim stuffJohannes Berg-1/+0
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+3
2009-04-16ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin-1/+3
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov-5/+1
2009-03-27mac80211: unify and fix TX aggregation startJohannes Berg-1/+1
2009-03-27ath9k: fix dma mapping leak of rx buffer upon rmmodLuis R. Rodriguez-1/+6
2009-03-27Add mesh point functionality to ath9kPat Erley-13/+18
2009-03-27ath9k: Nuke struct ath_xmit_statusVasanthakumar Thiagarajan-21/+8
2009-03-27ath9k: Fix bug in reporting status of tx rateVasanthakumar Thiagarajan-13/+22
2009-03-27ath9k: Fix rate control update for aggregated framesVasanthakumar Thiagarajan-8/+18
2009-03-27ath9k: Keep LED on in idle state after associationVasanthakumar Thiagarajan-6/+13
2009-03-27ath9k: Update copyright in all the filesSujith-28/+28
2009-03-27ath9k: Fix bug in handling single stream stationsSujith-9/+9
2009-03-27ath9k: Fill in ack signal in TX statusSujith-2/+6
2009-03-27ath9k: Fix bug in 4K EEPROM size calculationSujith-1/+1
2009-03-27ath9k: Change return type for set_board_values()Sujith-12/+4
2009-03-27ath9k: Introduce a helper function for setting board gain valuesSujith-120/+99
2009-03-27ath9k: Move AR5416_VER_MASK to a common locationSujith-4/+1
2009-03-27ath9k: Miscellaneous EEPROM handling cleanupSujith-51/+28
2009-03-27ath9k: remove dummy PCI "retry timeout" fixLuis R. Rodriguez-18/+0
2009-03-27ath9k: Add support for multiple virtual AP interfacesJouni Malinen-26/+27
2009-03-27ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rateVasanthakumar Thiagarajan-0/+2
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-213/+380
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-3/+57
2009-03-16ath9k: Fix FIF_PROMISC_IN_BSS processing in station modeJouni Malinen-5/+6
2009-03-16ath9k: Add spectrum management to HW capabilitiesSujith-1/+2
2009-03-16ath9k: make few eeprom and calib items staticLuis R. Rodriguez-1/+1