summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23ath9k: Fix RFKILL bugsSujith1-7/+1
2009-09-23ath9k: Revamp PCIE workaroundsVivek Natarajan1-4/+4
2009-09-09ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan1-3/+4
2009-09-09ath9k: Disable ASPM when btcoex is activeVasanthakumar Thiagarajan1-0/+1
2009-09-09ath9k: Fix channelFlags for 2GHZSujith1-1/+1
2009-09-09ath9k: Fix RX Filter handling for BARSujith1-1/+1
2009-09-02ath9k: Reconfigure beacon timers after the scan is completed.Vivek Natarajan1-0/+1
2009-09-01ath9k: Move generic hw timer intr handler to bottom-halfVasanthakumar Thiagarajan1-5/+6
2009-08-28ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan1-7/+27
2009-08-28ath9k: Remove hw capability bit meant for btcoexVasanthakumar Thiagarajan1-5/+3
2009-08-28ath9k: Determine btcoex scheme type based on chip versionVasanthakumar Thiagarajan1-1/+3
2009-08-28ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan1-2/+9
2009-08-28ath9k: Fix chainmask selection during scanningSujith1-1/+6
2009-08-20ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan1-6/+3
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez1-3/+3
2009-08-20ath9k: Fix TX poll cancellingSujith1-4/+3
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-2/+1
2009-08-20ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan1-11/+16
2009-08-14ath9k: Set HW state properlySujith1-0/+1
2009-08-14ath9k: Remove has_hw_phycountersSujith1-2/+1
2009-08-14ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez1-1/+1
2009-08-14ath9k: Fix regression on receiving PS poll framesLuis R. Rodriguez1-0/+1
2009-08-05ath9k: cancel xmit poll work at stop() callbackLuis R. Rodriguez1-0/+2
2009-08-05ath9k: remove dangling error check on keycache reset on hw initLuis R. Rodriguez1-3/+0
2009-08-05ath9k: call ath9k_hw_detach() once upon hw init failureLuis R. Rodriguez1-2/+1
2009-08-05ath9k: set sc->sc_ah to NULL after freeing itLuis R. Rodriguez1-0/+3
2009-08-05ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez1-3/+10
2009-08-05ath9k: describe hw initialization betterLuis R. Rodriguez1-2/+2
2009-08-05ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez1-2/+0
2009-08-05ath9k: pass only one argument to hw attachLuis R. Rodriguez1-1/+1
2009-08-05ath9k: move cache setting of softc ah prior to attachLuis R. Rodriguez1-1/+1
2009-08-05ath9k: move devid cache setting to ath_init()Luis R. Rodriguez1-1/+2
2009-08-05ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez1-12/+23
2009-08-05ath9k: propagate hw initialization errorsLuis R. Rodriguez1-4/+3
2009-08-05mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-7/+8
2009-08-05ath9k: move workqueue cancels to stop callbackLuis R. Rodriguez1-5/+8
2009-08-05ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()Luis R. Rodriguez1-2/+4
2009-08-05ath9k: re-order cancelling of work on mac80211 workqueueLuis R. Rodriguez1-2/+2
2009-07-29ath9k: remove unused ATH_PCI_VERSIONLuis R. Rodriguez1-2/+0
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos1-4/+4
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan1-1/+2
2009-07-27ath9k: Cleanup return valuesSujith1-11/+3
2009-07-27ath9k: Remove redundant HT macrosSujith1-5/+3
2009-07-24ath9k: do not stop the queues in driver stopLuis R. Rodriguez1-2/+0
2009-07-24ath9k: disable radio when all devices are marked idleLuis R. Rodriguez1-0/+24
2009-07-24ath9k: serialize ath9k_hw_setpower callsGabor Juhos1-0/+1
2009-07-24ath9k: Remove pointless ath9k_ps_restore() in ath_detach()Vasanthakumar Thiagarajan1-1/+0
2009-07-24ath9k: Fix TX hang issue with Atheros chipsetsSenthil Balasubramanian1-0/+3
2009-07-24ath9k: Manipulate and report the correct RSSISenthil Balasubramanian1-0/+1
2009-07-24ath9k: cleanup try count for MRR in rate controlLuis R. Rodriguez1-1/+2