summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez2009-03-163-16/+20
| * cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez2009-03-162-2/+1
| * ath9k: Fix bug in reading debugfs file 'rcstat'Sujith2009-03-161-0/+3
| * ath9k: Fix bug in TX aggregationSujith2009-03-161-16/+33
| * ath9k: Initialize ANI properlySujith2009-03-161-10/+3
| * ath9k: Use suitable macros with 4k eeprom dataVasanthakumar Thiagarajan2009-03-161-9/+9
| * ath9k: always compile ath_radio_{en,dis}ableGabor Juhos2009-03-161-6/+6
| * ath9k: fix compile error in debug.cGabor Juhos2009-03-161-0/+2
| * ath9k: fix compile error in ahb.cGabor Juhos2009-03-161-0/+1
| * ath9k: fix AR_SREV_9100_OR_LATER macroGabor Juhos2009-03-162-23/+23
| * ath9k: move ar9100 version checking macros into a more appropriate placeGabor Juhos2009-03-161-7/+6
| * ath9k: cleanup AR5416 version checking macrosGabor Juhos2009-03-164-19/+22
| * ath9k: Incorrect AR9285 version check macroSenthil Balasubramanian2009-03-161-2/+2
| * ath9k: INI update for AR9285 and periodic PA offset caliberationSenthil Balasubramanian2009-03-165-83/+195
| * ath9k: RX buffers may be accessed/freed even before initialized/alloced.Senthil Balasubramanian2009-03-161-1/+1
| * ath9k: Get rid of unnecessary ATOMIC memory alloc during init timeSenthil Balasubramanian2009-03-162-7/+6
| * ath9k: create a common debugfs_root for all device instancesGabor Juhos2009-03-163-8/+41
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-174-3/+57
|\ \ | |/ |/|
| * ath9k: AR9280 PCI devices must serialize IO as wellLuis R. Rodriguez2009-03-161-1/+2
| * ath9k: implement IO serializationLuis R. Rodriguez2009-03-164-2/+55
* | ath9k: Add a debugfs interface for controlling virtual wiphysJouni Malinen2009-03-052-0/+165
* | ath9k: Add a simple virtual wiphy schedulerJouni Malinen2009-03-053-0/+72
* | ath9k: Special processing for channel changes during scanJouni Malinen2009-03-053-10/+68
* | ath9k: Add workaround to recover from failed channel changesJouni Malinen2009-03-053-2/+43
* | ath9k: Check virtual wiphy state on tx()Jouni Malinen2009-03-051-0/+6
* | ath9k: Pause other virtual wiphys on channel changeJouni Malinen2009-03-053-1/+33
* | ath9k: Register larger listen intervalJouni Malinen2009-03-051-0/+1
* | ath9k: Make start/stop operations aware of virtual wiphysJouni Malinen2009-03-053-0/+49
* | ath9k: Add routines for switching between active virtual wiphysJouni Malinen2009-03-053-12/+176
* | ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen2009-03-056-2/+191
* | ath9k: Configure RX filter for multi-BSSID broadcastJouni Malinen2009-03-052-0/+9
* | ath9k: Add support for multiple secondary virtual wiphysJouni Malinen2009-03-057-41/+212
* | ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen2009-03-058-36/+88
* | ath9k: Set BSSID mask based on configured interfacesJouni Malinen2009-03-054-15/+103
* | ath9k: Cleanup multiple VIF processingJouni Malinen2009-03-053-57/+59
* | ath9k: Clean up setkey operationsJouni Malinen2009-03-051-26/+16
* | ath9k: fix AR_TXCFG_DMASZ_MASK valueGabor Juhos2009-03-051-1/+1
* | ath9k: Remove unused variables in struct ath_beacon_configSujith2009-03-051-5/+0
* | ath9k: Lock config_interface() callback with a mutexSujith2009-03-051-1/+7
* | ath9k: Handle TSF properly for AP modeSujith2009-03-053-17/+40
* | ath9k: Split beacon configuration into mode specific routinesSujith2009-03-053-207/+203
* | ath9k: Cleanup beacon stuck processingSujith2009-03-052-80/+24
* | ath9k: Scrub beacon.cSujith2009-03-053-126/+55
* | ath9k: Use new scan notifiers from mac80211Sujith2009-03-052-1/+23
* | ath9k: Set TSF fixAlina Friedrichsen2009-03-051-2/+1
* | ath9k: Fix FIF_BCN_PRBRESP_PROMISC handlingAlina Friedrichsen2009-03-051-8/+0
* | ath9k: Handle power modes in isr for power save.Vivek Natarajan2009-03-052-1/+4
* | ath9k: Fill in rate_update mac80211 callbackSujith2009-03-051-29/+92
* | ath9k: Remove unused key xoringJouni Malinen2009-03-054-13/+8
* | ath9k: Document keycache operationsJouni Malinen2009-03-052-6/+78