aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2009-04-16ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin1-1/+3
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-2/+2
2009-03-27mac80211: unify and fix TX aggregation startJohannes Berg1-1/+1
2009-03-27ath9k: fix dma mapping leak of rx buffer upon rmmodLuis R. Rodriguez1-1/+6
2009-03-27Add mesh point functionality to ath9kPat Erley4-13/+18
2009-03-27ath9k: Nuke struct ath_xmit_statusVasanthakumar Thiagarajan2-21/+8
2009-03-27ath9k: Fix bug in reporting status of tx rateVasanthakumar Thiagarajan1-13/+22
2009-03-27ath9k: Fix rate control update for aggregated framesVasanthakumar Thiagarajan1-8/+18
2009-03-27ath9k: Keep LED on in idle state after associationVasanthakumar Thiagarajan1-6/+13
2009-03-27ath9k: Update copyright in all the filesSujith28-28/+28
2009-03-27ath9k: Fix bug in handling single stream stationsSujith1-9/+9
2009-03-27ath9k: Fill in ack signal in TX statusSujith1-2/+6
2009-03-27ath9k: Fix bug in 4K EEPROM size calculationSujith1-1/+1
2009-03-27ath9k: Change return type for set_board_values()Sujith3-12/+4
2009-03-27ath9k: Introduce a helper function for setting board gain valuesSujith1-120/+99
2009-03-27ath9k: Move AR5416_VER_MASK to a common locationSujith2-4/+1
2009-03-27ath9k: Miscellaneous EEPROM handling cleanupSujith2-51/+28
2009-03-27ath9k: remove dummy PCI "retry timeout" fixLuis R. Rodriguez1-18/+0
2009-03-27ath9k: Add support for multiple virtual AP interfacesJouni Malinen2-26/+27
2009-03-27ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rateVasanthakumar Thiagarajan1-0/+2
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller16-213/+380
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-3/+57
2009-03-16ath9k: Fix FIF_PROMISC_IN_BSS processing in station modeJouni Malinen1-5/+6
2009-03-16ath9k: Add spectrum management to HW capabilitiesSujith1-1/+2
2009-03-16ath9k: make few eeprom and calib items staticLuis R. Rodriguez1-1/+1
2009-03-16ath9k: downgrade xmit queue full message to xmit debugLuis R. Rodriguez1-1/+1
2009-03-16cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez3-16/+20
2009-03-16cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez2-2/+1
2009-03-16ath9k: Fix bug in reading debugfs file 'rcstat'Sujith1-0/+3
2009-03-16ath9k: Fix bug in TX aggregationSujith1-16/+33
2009-03-16ath9k: Initialize ANI properlySujith1-10/+3
2009-03-16ath9k: Use suitable macros with 4k eeprom dataVasanthakumar Thiagarajan1-9/+9
2009-03-16ath9k: always compile ath_radio_{en,dis}ableGabor Juhos1-6/+6
2009-03-16ath9k: fix compile error in debug.cGabor Juhos1-0/+2
2009-03-16ath9k: fix compile error in ahb.cGabor Juhos1-0/+1
2009-03-16ath9k: fix AR_SREV_9100_OR_LATER macroGabor Juhos2-23/+23
2009-03-16ath9k: move ar9100 version checking macros into a more appropriate placeGabor Juhos1-7/+6
2009-03-16ath9k: cleanup AR5416 version checking macrosGabor Juhos4-19/+22
2009-03-16ath9k: Incorrect AR9285 version check macroSenthil Balasubramanian1-2/+2
2009-03-16ath9k: INI update for AR9285 and periodic PA offset caliberationSenthil Balasubramanian5-83/+195
2009-03-16ath9k: RX buffers may be accessed/freed even before initialized/alloced.Senthil Balasubramanian1-1/+1
2009-03-16ath9k: Get rid of unnecessary ATOMIC memory alloc during init timeSenthil Balasubramanian2-7/+6
2009-03-16ath9k: create a common debugfs_root for all device instancesGabor Juhos3-8/+41
2009-03-16ath9k: AR9280 PCI devices must serialize IO as wellLuis R. Rodriguez1-1/+2
2009-03-16ath9k: implement IO serializationLuis R. Rodriguez4-2/+55
2009-03-05ath9k: Add a debugfs interface for controlling virtual wiphysJouni Malinen2-0/+165
2009-03-05ath9k: Add a simple virtual wiphy schedulerJouni Malinen3-0/+72
2009-03-05ath9k: Special processing for channel changes during scanJouni Malinen3-10/+68
2009-03-05ath9k: Add workaround to recover from failed channel changesJouni Malinen3-2/+43