summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)Author
2010-01-06ath9k: fix suspend by waking device prior to stopSujith
2010-01-06ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez
2010-01-06ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez
2009-12-18ath9k: fix processing of TX PS null data framesLuis R. Rodriguez
2009-11-23ath9k: set ps_default as falseJohn W. Linville
2009-09-23ath9k: Fix RFKILL bugsSujith
2009-09-23ath9k: Revamp PCIE workaroundsVivek Natarajan
2009-09-09ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan
2009-09-09ath9k: Disable ASPM when btcoex is activeVasanthakumar Thiagarajan
2009-09-08ath9k: Fix channelFlags for 2GHZSujith
2009-09-08ath9k: Fix RX Filter handling for BARSujith
2009-09-02ath9k: Reconfigure beacon timers after the scan is completed.Vivek Natarajan
2009-09-01ath9k: Move generic hw timer intr handler to bottom-halfVasanthakumar Thiagarajan
2009-08-28ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan
2009-08-28ath9k: Remove hw capability bit meant for btcoexVasanthakumar Thiagarajan
2009-08-28ath9k: Determine btcoex scheme type based on chip versionVasanthakumar Thiagarajan
2009-08-28ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan
2009-08-28ath9k: Fix chainmask selection during scanningSujith
2009-08-20ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez
2009-08-20ath9k: Fix TX poll cancellingSujith
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg
2009-08-20ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan
2009-08-14ath9k: Set HW state properlySujith
2009-08-14ath9k: Remove has_hw_phycountersSujith
2009-08-14ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez
2009-08-14ath9k: Fix regression on receiving PS poll framesLuis R. Rodriguez
2009-08-04ath9k: cancel xmit poll work at stop() callbackLuis R. Rodriguez
2009-08-04ath9k: remove dangling error check on keycache reset on hw initLuis R. Rodriguez
2009-08-04ath9k: call ath9k_hw_detach() once upon hw init failureLuis R. Rodriguez
2009-08-04ath9k: set sc->sc_ah to NULL after freeing itLuis R. Rodriguez
2009-08-04ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez
2009-08-04ath9k: describe hw initialization betterLuis R. Rodriguez
2009-08-04ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez
2009-08-04ath9k: pass only one argument to hw attachLuis R. Rodriguez
2009-08-04ath9k: move cache setting of softc ah prior to attachLuis R. Rodriguez
2009-08-04ath9k: move devid cache setting to ath_init()Luis R. Rodriguez
2009-08-04ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez
2009-08-04ath9k: propagate hw initialization errorsLuis R. Rodriguez
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez
2009-08-04ath9k: move workqueue cancels to stop callbackLuis R. Rodriguez
2009-08-04ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()Luis R. Rodriguez
2009-08-04ath9k: re-order cancelling of work on mac80211 workqueueLuis R. Rodriguez
2009-07-29ath9k: remove unused ATH_PCI_VERSIONLuis R. Rodriguez
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan
2009-07-27ath9k: Cleanup return valuesSujith
2009-07-27ath9k: Remove redundant HT macrosSujith
2009-07-24ath9k: do not stop the queues in driver stopLuis R. Rodriguez
2009-07-24ath9k: disable radio when all devices are marked idleLuis R. Rodriguez