summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-2890/+0
2009-04-22ath: move more setup code into ath_regd_initBob Copeland1-34/+13
2009-04-22atheros: introduce ath module containing common ath5k/ath9k/ar9170 codeBob Copeland1-10/+21
2009-04-22ath9k: pass regd structure directly to regulatory functionsBob Copeland1-7/+11
2009-04-22ath9k: Clean Interrupt handling routineSujith1-102/+95
2009-04-22ath9k: Trivial fix to handle AMPDU params properlySujith1-5/+5
2009-04-22ath9k: Initialize values when setting up the queue parametersSujith1-3/+4
2009-04-22ath9k: Remove TIM from the interrupt maskSujith1-14/+0
2009-04-22ath9k: Remove a couple of unused variables in descriptor handlingSujith1-2/+1
2009-04-22ath9k: Cleanup debug messagesSujith1-3/+3
2009-04-22ath9k: Remove a few unused flagsSujith1-2/+0
2009-04-22ath9k: No need to abort Rx path when autosleep is enabled.Vivek Natarajan1-11/+18
2009-04-22rfkill: remove user_claim stuffJohannes Berg1-1/+0
2009-03-27mac80211: unify and fix TX aggregation startJohannes Berg1-1/+1
2009-03-27Add mesh point functionality to ath9kPat Erley1-12/+12
2009-03-27ath9k: Keep LED on in idle state after associationVasanthakumar Thiagarajan1-6/+13
2009-03-27ath9k: Update copyright in all the filesSujith1-1/+1
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-13/+24
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-03-16ath9k: Add spectrum management to HW capabilitiesSujith1-1/+2
2009-03-16cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez1-1/+1
2009-03-16cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez1-1/+1
2009-03-16ath9k: always compile ath_radio_{en,dis}ableGabor Juhos1-6/+6
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 Balasubramanian1-3/+2
2009-03-16ath9k: create a common debugfs_root for all device instancesGabor Juhos1-1/+12
2009-03-16ath9k: 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