summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-17ath9k: downgrade xmit queue full message to xmit debugLuis R. Rodriguez1-1/+1
2009-03-17cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez3-16/+20
2009-03-17cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez2-2/+1
2009-03-17ath9k: Fix bug in reading debugfs file 'rcstat'Sujith1-0/+3
2009-03-17ath9k: Fix bug in TX aggregationSujith1-16/+33
2009-03-17ath9k: Initialize ANI properlySujith1-10/+3
2009-03-17ath9k: Use suitable macros with 4k eeprom dataVasanthakumar Thiagarajan1-9/+9
2009-03-17ath9k: always compile ath_radio_{en,dis}ableGabor Juhos1-6/+6
2009-03-17ath9k: fix compile error in debug.cGabor Juhos1-0/+2
2009-03-17ath9k: fix compile error in ahb.cGabor Juhos1-0/+1
2009-03-17ath9k: fix AR_SREV_9100_OR_LATER macroGabor Juhos2-23/+23
2009-03-17ath9k: move ar9100 version checking macros into a more appropriate placeGabor Juhos1-7/+6
2009-03-17ath9k: cleanup AR5416 version checking macrosGabor Juhos4-19/+22
2009-03-17ath9k: Incorrect AR9285 version check macroSenthil Balasubramanian1-2/+2
2009-03-17ath9k: INI update for AR9285 and periodic PA offset caliberationSenthil Balasubramanian5-83/+195
2009-03-17ath9k: RX buffers may be accessed/freed even before initialized/alloced.Senthil Balasubramanian1-1/+1
2009-03-17ath9k: Get rid of unnecessary ATOMIC memory alloc during init timeSenthil Balasubramanian2-7/+6
2009-03-17ath9k: create a common debugfs_root for all device instancesGabor Juhos3-8/+41
2009-03-17ath9k: AR9280 PCI devices must serialize IO as wellLuis R. Rodriguez1-1/+2
2009-03-17ath9k: 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
2009-03-05ath9k: Check virtual wiphy state on tx()Jouni Malinen1-0/+6
2009-03-05ath9k: Pause other virtual wiphys on channel changeJouni Malinen3-1/+33
2009-03-05ath9k: Register larger listen intervalJouni Malinen1-0/+1
2009-03-05ath9k: Make start/stop operations aware of virtual wiphysJouni Malinen3-0/+49
2009-03-05ath9k: Add routines for switching between active virtual wiphysJouni Malinen3-12/+176
2009-03-05ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen6-2/+191
2009-03-05ath9k: Configure RX filter for multi-BSSID broadcastJouni Malinen2-0/+9
2009-03-05ath9k: Add support for multiple secondary virtual wiphysJouni Malinen7-41/+212
2009-03-05ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen8-36/+88
2009-03-05ath9k: Set BSSID mask based on configured interfacesJouni Malinen4-15/+103
2009-03-05ath9k: Cleanup multiple VIF processingJouni Malinen3-57/+59
2009-03-05ath9k: Clean up setkey operationsJouni Malinen1-26/+16
2009-03-05ath9k: fix AR_TXCFG_DMASZ_MASK valueGabor Juhos1-1/+1
2009-03-05ath9k: Remove unused variables in struct ath_beacon_configSujith1-5/+0
2009-03-05ath9k: Lock config_interface() callback with a mutexSujith1-1/+7
2009-03-05ath9k: Handle TSF properly for AP modeSujith3-17/+40
2009-03-05ath9k: Split beacon configuration into mode specific routinesSujith3-207/+203
2009-03-05ath9k: Cleanup beacon stuck processingSujith2-80/+24
2009-03-05ath9k: Scrub beacon.cSujith3-126/+55
2009-03-05ath9k: Use new scan notifiers from mac80211Sujith2-1/+23
2009-03-05ath9k: Set TSF fixAlina Friedrichsen1-2/+1