aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/ath9k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-730/+0
2009-04-22ath9k: Remove the useless do..while loopsSujith1-1/+1
2009-04-22ath9k: Remove TIM from the interrupt maskSujith1-1/+0
2009-04-22ath9k: Remove unused structuresSujith1-20/+0
2009-04-22ath9k: Remove a couple of unused variables in descriptor handlingSujith1-2/+0
2009-04-22ath9k: Cleanup buffer status handlingSujith1-6/+7
2009-04-22ath9k: Avoid unneeded castsSujith1-1/+1
2009-04-22ath9k: Remove a few unused flagsSujith1-13/+12
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-5/+1
2009-03-27ath9k: Nuke struct ath_xmit_statusVasanthakumar Thiagarajan1-4/+0
2009-03-27ath9k: Update copyright in all the filesSujith1-1/+1
2009-03-27ath9k: Add support for multiple virtual AP interfacesJouni Malinen1-1/+2
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+33
2009-03-16ath9k: implement IO serializationLuis R. Rodriguez1-2/+2
2009-03-05ath9k: Add a simple virtual wiphy schedulerJouni Malinen1-0/+5
2009-03-05ath9k: Special processing for channel changes during scanJouni Malinen1-0/+2
2009-03-05ath9k: Add workaround to recover from failed channel changesJouni Malinen1-0/+4
2009-03-05ath9k: Pause other virtual wiphys on channel changeJouni Malinen1-0/+2
2009-03-05ath9k: Make start/stop operations aware of virtual wiphysJouni Malinen1-0/+2
2009-03-05ath9k: Add routines for switching between active virtual wiphysJouni Malinen1-0/+14
2009-03-05ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen1-0/+10
2009-03-05ath9k: Add support for multiple secondary virtual wiphysJouni Malinen1-3/+12
2009-03-05ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen1-0/+8
2009-03-05ath9k: Set BSSID mask based on configured interfacesJouni Malinen1-11/+3
2009-03-05ath9k: Cleanup multiple VIF processingJouni Malinen1-5/+3
2009-03-05ath9k: Remove unused variables in struct ath_beacon_configSujith1-5/+0
2009-03-05ath9k: Handle TSF properly for AP modeSujith1-16/+17
2009-03-05ath9k: Split beacon configuration into mode specific routinesSujith1-1/+0
2009-03-05ath9k: Cleanup beacon stuck processingSujith1-11/+10
2009-03-05ath9k: Scrub beacon.cSujith1-1/+1
2009-03-05ath9k: Use new scan notifiers from mac80211Sujith1-0/+2
2009-03-05ath9k: Handle power modes in isr for power save.Vivek Natarajan1-1/+2
2009-02-27ath9k: Add appropriate ANI values for AP modeSujith1-7/+5
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith1-3/+3
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith1-3/+3
2009-02-13ath9k: Remove duplicate variablesSujith1-1/+0
2009-02-13ath9k: Remove all the sc_ prefixesSujith1-78/+66
2009-02-13ath9k: Header file cleanupSujith1-999/+654
2009-01-29ath9k: Clean up the way the eeprom antenna configuration is readVasanthakumar Thiagarajan1-3/+2
2009-01-29ath9k: Remove unused ath9k_hw_select_antconfig() from hw.cVasanthakumar Thiagarajan1-1/+0
2009-01-29ath9k: Read and write the TSF via debugfsAlina Friedrichsen1-0/+1
2009-01-29ath9k: simplify regulatory codeLuis R. Rodriguez1-31/+13
2009-01-29ath9k: Enable dynamic power save in ath9k.Vivek Natarajan1-0/+2
2009-01-29ath9k: Setup MFP options for CCMPJouni Malinen1-0/+2
2009-01-29ath9k: Enable Bluetooth Coexistence supportVasanthakumar Thiagarajan1-0/+5
2009-01-29ath9k: use ieee80211_conf on ath9k_hw_iscal_supported()Luis R. Rodriguez1-2/+1
2009-01-29ath9k: make request to get the noisefloor threshold band specificLuis R. Rodriguez1-0/+1
2009-01-29ath9k: consolidate arguments on hw resetLuis R. Rodriguez1-5/+2
2008-12-12ath9k: Adding support for Atheros AR9285 chipset.Senthil Balasubramanian1-0/+1
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe1-8/+2