aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* atheros: put atheros wireless drivers into ath/Luis R. Rodriguez2009-04-221-2890/+0
* ath: move more setup code into ath_regd_initBob Copeland2009-04-221-34/+13
* atheros: introduce ath module containing common ath5k/ath9k/ar9170 codeBob Copeland2009-04-221-10/+21
* ath9k: pass regd structure directly to regulatory functionsBob Copeland2009-04-221-7/+11
* ath9k: Clean Interrupt handling routineSujith2009-04-221-102/+95
* ath9k: Trivial fix to handle AMPDU params properlySujith2009-04-221-5/+5
* ath9k: Initialize values when setting up the queue parametersSujith2009-04-221-3/+4
* ath9k: Remove TIM from the interrupt maskSujith2009-04-221-14/+0
* ath9k: Remove a couple of unused variables in descriptor handlingSujith2009-04-221-2/+1
* ath9k: Cleanup debug messagesSujith2009-04-221-3/+3
* ath9k: Remove a few unused flagsSujith2009-04-221-2/+0
* ath9k: No need to abort Rx path when autosleep is enabled.Vivek Natarajan2009-04-221-11/+18
* rfkill: remove user_claim stuffJohannes Berg2009-04-221-1/+0
* mac80211: unify and fix TX aggregation startJohannes Berg2009-03-271-1/+1
* Add mesh point functionality to ath9kPat Erley2009-03-271-12/+12
* ath9k: Keep LED on in idle state after associationVasanthakumar Thiagarajan2009-03-271-6/+13
* ath9k: Update copyright in all the filesSujith2009-03-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-171-13/+24
|\
| * ath9k: Add spectrum management to HW capabilitiesSujith2009-03-161-1/+2
| * cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez2009-03-161-1/+1
| * cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez2009-03-161-1/+1
| * ath9k: always compile ath_radio_{en,dis}ableGabor Juhos2009-03-161-6/+6
| * 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-161-3/+2
| * ath9k: create a common debugfs_root for all device instancesGabor Juhos2009-03-161-1/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-171-0/+1
|\ \ | |/ |/|
| * ath9k: implement IO serializationLuis R. Rodriguez2009-03-161-0/+1
* | ath9k: Add a simple virtual wiphy schedulerJouni Malinen2009-03-051-0/+3
* | ath9k: Special processing for channel changes during scanJouni Malinen2009-03-051-9/+26
* | ath9k: Add workaround to recover from failed channel changesJouni Malinen2009-03-051-2/+2
* | ath9k: Check virtual wiphy state on tx()Jouni Malinen2009-03-051-0/+6
* | ath9k: Pause other virtual wiphys on channel changeJouni Malinen2009-03-051-1/+7
* | ath9k: Register larger listen intervalJouni Malinen2009-03-051-0/+1
* | ath9k: Make start/stop operations aware of virtual wiphysJouni Malinen2009-03-051-0/+28
* | ath9k: Add routines for switching between active virtual wiphysJouni Malinen2009-03-051-9/+18
* | ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen2009-03-051-0/+1
* | ath9k: Add support for multiple secondary virtual wiphysJouni Malinen2009-03-051-23/+42
* | ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen2009-03-051-20/+38
* | ath9k: Set BSSID mask based on configured interfacesJouni Malinen2009-03-051-4/+11
* | ath9k: Cleanup multiple VIF processingJouni Malinen2009-03-051-22/+32
* | ath9k: Clean up setkey operationsJouni Malinen2009-03-051-26/+16
* | ath9k: Lock config_interface() callback with a mutexSujith2009-03-051-1/+7
* | ath9k: Handle TSF properly for AP modeSujith2009-03-051-1/+13
* | ath9k: Split beacon configuration into mode specific routinesSujith2009-03-051-2/+1
* | ath9k: Scrub beacon.cSujith2009-03-051-1/+1
* | ath9k: Use new scan notifiers from mac80211Sujith2009-03-051-1/+21
* | ath9k: Fix FIF_BCN_PRBRESP_PROMISC handlingAlina Friedrichsen2009-03-051-8/+0
* | ath9k: Handle power modes in isr for power save.Vivek Natarajan2009-03-051-0/+2
* | ath9k: Remove unused key xoringJouni Malinen2009-03-051-1/+1
* | ath9k: Fix hw crypto configuration for TKIP in AP modeJouni Malinen2009-03-051-5/+13