aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
Commit message (Expand)AuthorAgeFilesLines
* atheros: put atheros wireless drivers into ath/Luis R. Rodriguez2009-04-2228-30093/+0
* ath: move more setup code into ath_regd_initBob Copeland2009-04-221-34/+13
* atheros: introduce ath module containing common ath5k/ath9k/ar9170 codeBob Copeland2009-04-229-1271/+42
* ath9k: pass regd structure directly to regulatory functionsBob Copeland2009-04-224-73/+86
* ath9k: separate ath9k specific code from ath9k_regd_get_ctl()Bob Copeland2009-04-221-13/+23
* ath9k: Fix bug in determining HT40 modeSujith2009-04-222-5/+2
* ath9k: Determine number of streams from HT capabilitiesSujith2009-04-222-12/+8
* ath9k: Clean Interrupt handling routineSujith2009-04-221-102/+95
* ath9k: Trivial fix to handle AMPDU params properlySujith2009-04-221-5/+5
* ath9k: Initialize values when setting up the queue parametersSujith2009-04-221-3/+4
* ath9k: Remove the useless do..while loopsSujith2009-04-223-68/+57
* ath9k: Remove TIM from the interrupt maskSujith2009-04-222-15/+0
* ath9k: Check for root debugfs fileSujith2009-04-221-0/+3
* ath9k: Remove unused structuresSujith2009-04-221-20/+0
* ath9k: Remove a couple of unused variables in descriptor handlingSujith2009-04-222-4/+1
* ath9k: Cleanup buffer status handlingSujith2009-04-222-11/+11
* ath9k: Avoid unneeded castsSujith2009-04-223-11/+11
* ath9k: Remove redundant variable for Interrupt MitigationSujith2009-04-222-11/+6
* ath9k: Change return value of ath9k_hw_fill_cap_infoSujith2009-04-222-9/+3
* ath9k: Cleanup debug messagesSujith2009-04-2210-129/+115
* ath9k: Remove redundant chainmask checkSujith2009-04-221-8/+0
* ath9k: Remove a few unused flagsSujith2009-04-225-71/+30
* ath9k: No need to abort Rx path when autosleep is enabled.Vivek Natarajan2009-04-221-11/+18
* rfkill: remove user_claim stuffJohannes Berg2009-04-221-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-211-1/+3
|\
| * ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin2009-04-161-1/+3
* | drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-131-5/+1
|/
* mac80211: unify and fix TX aggregation startJohannes Berg2009-03-271-1/+1
* ath9k: fix dma mapping leak of rx buffer upon rmmodLuis R. Rodriguez2009-03-271-1/+6
* Add mesh point functionality to ath9kPat Erley2009-03-274-13/+18
* ath9k: Nuke struct ath_xmit_statusVasanthakumar Thiagarajan2009-03-272-21/+8
* ath9k: Fix bug in reporting status of tx rateVasanthakumar Thiagarajan2009-03-271-13/+22
* ath9k: Fix rate control update for aggregated framesVasanthakumar Thiagarajan2009-03-271-8/+18
* ath9k: Keep LED on in idle state after associationVasanthakumar Thiagarajan2009-03-271-6/+13
* ath9k: Update copyright in all the filesSujith2009-03-2728-28/+28
* ath9k: Fix bug in handling single stream stationsSujith2009-03-271-9/+9
* ath9k: Fill in ack signal in TX statusSujith2009-03-271-2/+6
* ath9k: Fix bug in 4K EEPROM size calculationSujith2009-03-271-1/+1
* ath9k: Change return type for set_board_values()Sujith2009-03-273-12/+4
* ath9k: Introduce a helper function for setting board gain valuesSujith2009-03-271-120/+99
* ath9k: Move AR5416_VER_MASK to a common locationSujith2009-03-272-4/+1
* ath9k: Miscellaneous EEPROM handling cleanupSujith2009-03-272-51/+28
* ath9k: remove dummy PCI "retry timeout" fixLuis R. Rodriguez2009-03-271-18/+0
* ath9k: Add support for multiple virtual AP interfacesJouni Malinen2009-03-272-26/+27
* ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rateVasanthakumar Thiagarajan2009-03-271-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-1716-213/+380
|\
| * ath9k: Fix FIF_PROMISC_IN_BSS processing in station modeJouni Malinen2009-03-161-5/+6
| * ath9k: Add spectrum management to HW capabilitiesSujith2009-03-161-1/+2
| * ath9k: make few eeprom and calib items staticLuis R. Rodriguez2009-03-161-1/+1
| * ath9k: downgrade xmit queue full message to xmit debugLuis R. Rodriguez2009-03-161-1/+1