summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28mac80211: unify and fix TX aggregation startJohannes Berg1-1/+1
2009-03-28Add mesh point functionality to ath9kPat Erley1-12/+12
2009-03-28ath9k: Keep LED on in idle state after associationVasanthakumar Thiagarajan1-6/+13
2009-03-28ath9k: Update copyright in all the filesSujith1-1/+1
2009-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-13/+24
2009-03-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-03-17ath9k: Add spectrum management to HW capabilitiesSujith1-1/+2
2009-03-17cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez1-1/+1
2009-03-17cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez1-1/+1
2009-03-17ath9k: always compile ath_radio_{en,dis}ableGabor Juhos1-6/+6
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 Balasubramanian1-3/+2
2009-03-17ath9k: create a common debugfs_root for all device instancesGabor Juhos1-1/+12
2009-03-17ath9k: implement IO serializationLuis R. Rodriguez1-0/+1
2009-03-05ath9k: Add a simple virtual wiphy schedulerJouni Malinen1-0/+3
2009-03-05ath9k: Special processing for channel changes during scanJouni Malinen1-9/+26
2009-03-05ath9k: Add workaround to recover from failed channel changesJouni Malinen1-2/+2
2009-03-05ath9k: Check virtual wiphy state on tx()Jouni Malinen1-0/+6
2009-03-05ath9k: Pause other virtual wiphys on channel changeJouni Malinen1-1/+7
2009-03-05ath9k: Register larger listen intervalJouni Malinen1-0/+1
2009-03-05ath9k: Make start/stop operations aware of virtual wiphysJouni Malinen1-0/+28
2009-03-05ath9k: Add routines for switching between active virtual wiphysJouni Malinen1-9/+18
2009-03-05ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen1-0/+1
2009-03-05ath9k: Add support for multiple secondary virtual wiphysJouni Malinen1-23/+42
2009-03-05ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen1-20/+38
2009-03-05ath9k: Set BSSID mask based on configured interfacesJouni Malinen1-4/+11
2009-03-05ath9k: Cleanup multiple VIF processingJouni Malinen1-22/+32
2009-03-05ath9k: Clean up setkey operationsJouni Malinen1-26/+16
2009-03-05ath9k: Lock config_interface() callback with a mutexSujith1-1/+7
2009-03-05ath9k: Handle TSF properly for AP modeSujith1-1/+13
2009-03-05ath9k: Split beacon configuration into mode specific routinesSujith1-2/+1
2009-03-05ath9k: Scrub beacon.cSujith1-1/+1
2009-03-05ath9k: Use new scan notifiers from mac80211Sujith1-1/+21
2009-03-05ath9k: Fix FIF_BCN_PRBRESP_PROMISC handlingAlina Friedrichsen1-8/+0
2009-03-05ath9k: Handle power modes in isr for power save.Vivek Natarajan1-0/+2
2009-03-05ath9k: Remove unused key xoringJouni Malinen1-1/+1
2009-03-05ath9k: Fix hw crypto configuration for TKIP in AP modeJouni Malinen1-5/+13
2009-03-05ath9k: Add module parameter to disable hardware cryptoJouni Malinen1-1/+8
2009-02-27ath9k: Unlock sc->mutex on error pathJouni Malinen1-0/+1
2009-02-27cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez1-2/+6
2009-02-27ath9k: Add appropriate ANI values for AP modeSujith1-15/+12
2009-02-27ath9k: Initialize channel change timeSujith1-0/+1
2009-02-27ath9k: move common regulatory code out of if() branchesBob Copeland1-12/+8
2009-02-27ath9k: Enable TSF Out of Range InterruptSujith1-4/+11
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+17
2009-02-23ath9k: Fix panic upon attach failureVasanthakumar Thiagarajan1-7/+17
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith1-46/+46
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith1-11/+11
2009-02-13ath9k: Remove duplicate variablesSujith1-11/+13
2009-02-13ath9k: Move regulatory information to a separate structureSujith1-1/+1