summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
2009-03-05ath9k: Check virtual wiphy state on tx()Jouni Malinen1-0/+6
2009-03-05ath9k: Pause other virtual wiphys on channel changeJouni Malinen3-1/+33
2009-03-05ath9k: Register larger listen intervalJouni Malinen1-0/+1
2009-03-05ath9k: Make start/stop operations aware of virtual wiphysJouni Malinen3-0/+49
2009-03-05ath9k: Add routines for switching between active virtual wiphysJouni Malinen3-12/+176
2009-03-05ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen6-2/+191
2009-03-05ath9k: Configure RX filter for multi-BSSID broadcastJouni Malinen2-0/+9
2009-03-05ath9k: Add support for multiple secondary virtual wiphysJouni Malinen7-41/+212
2009-03-05ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen8-36/+88
2009-03-05ath9k: Set BSSID mask based on configured interfacesJouni Malinen4-15/+103
2009-03-05ath9k: Cleanup multiple VIF processingJouni Malinen3-57/+59
2009-03-05ath9k: Clean up setkey operationsJouni Malinen1-26/+16
2009-03-05ath9k: fix AR_TXCFG_DMASZ_MASK valueGabor Juhos1-1/+1
2009-03-05ath9k: Remove unused variables in struct ath_beacon_configSujith1-5/+0
2009-03-05ath9k: Lock config_interface() callback with a mutexSujith1-1/+7
2009-03-05ath9k: Handle TSF properly for AP modeSujith3-17/+40
2009-03-05ath9k: Split beacon configuration into mode specific routinesSujith3-207/+203
2009-03-05ath9k: Cleanup beacon stuck processingSujith2-80/+24
2009-03-05ath9k: Scrub beacon.cSujith3-126/+55
2009-03-05ath9k: Use new scan notifiers from mac80211Sujith2-1/+23
2009-03-05ath9k: Set TSF fixAlina Friedrichsen1-2/+1
2009-03-05ath9k: Fix FIF_BCN_PRBRESP_PROMISC handlingAlina Friedrichsen1-8/+0
2009-03-05ath9k: Handle power modes in isr for power save.Vivek Natarajan2-1/+4
2009-03-05ath9k: Fill in rate_update mac80211 callbackSujith1-29/+92
2009-03-05ath9k: Remove unused key xoringJouni Malinen4-13/+8
2009-03-05ath9k: Document keycache operationsJouni Malinen2-6/+78
2009-03-05ath9k: Fix hw crypto configuration for TKIP in AP modeJouni Malinen1-5/+13
2009-03-05ath9k: Remove ununsed ack duration stuff with long/short preambleVasanthakumar Thiagarajan2-29/+0
2009-03-05ath9k: Configure Power control register appropriately for h/w with 4k eepromVasanthakumar Thiagarajan1-2/+1
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-27ath9k: fix 802.11g conformance test limit typoBob Copeland1-1/+1
2009-02-27ath9k: follow beacon hints on reg_notifier when world roamingLuis R. Rodriguez1-32/+61
2009-02-27cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez1-2/+6
2009-02-27ath9k: Add appropriate ANI values for AP modeSujith2-22/+17
2009-02-27ath9k: Fix PCI shutdown sequenceSujith1-2/+2
2009-02-27ath9k: Fix bug in EEPROM chainmask retrievalSujith1-8/+5
2009-02-27ath9k: Add PER to RC debug statisticsSujith3-10/+14
2009-02-27ath9k: Remove multiple macro occurrencesSujith4-6/+3
2009-02-27ath9k: Don't reset TSF after scanning automaticallyAlina Friedrichsen1-2/+3
2009-02-27ath9k: Filter out beacons from other BSS in STA modeVasanthakumar Thiagarajan2-6/+8
2009-02-27ath9k: Fix PTK/GTK handshake timeoutVasanthakumar Thiagarajan1-1/+2
2009-02-27ath9k: Use beacon interval directlySujith1-17/+2
2009-02-27ath9k: Remove ath_txq_depth and get the queue depth directlySujith1-7/+2
2009-02-27ath9k: Remove a few unused capability macrosSujith2-33/+0
2009-02-27ath9k: Initialize channel change timeSujith1-0/+1
2009-02-27ath9k: Fix antenna assignment bug in TX status processingSujith1-1/+1
2009-02-27ath9k: Fix HW wait timeoutSujith6-18/+41
2009-02-27ath9k: Program the RTC registers correctlySujith2-2/+14
2009-02-27ath9k: move common regulatory code out of if() branchesBob Copeland1-12/+8