summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan2009-09-091-3/+4
* ath9k: Disable ASPM when btcoex is activeVasanthakumar Thiagarajan2009-09-091-0/+1
* ath9k: Fix channelFlags for 2GHZSujith2009-09-081-1/+1
* ath9k: Fix RX Filter handling for BARSujith2009-09-081-1/+1
* ath9k: Reconfigure beacon timers after the scan is completed.Vivek Natarajan2009-09-021-0/+1
* ath9k: Move generic hw timer intr handler to bottom-halfVasanthakumar Thiagarajan2009-09-011-5/+6
* ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan2009-08-281-7/+27
* ath9k: Remove hw capability bit meant for btcoexVasanthakumar Thiagarajan2009-08-281-5/+3
* ath9k: Determine btcoex scheme type based on chip versionVasanthakumar Thiagarajan2009-08-281-1/+3
* ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan2009-08-281-2/+9
* ath9k: Fix chainmask selection during scanningSujith2009-08-281-1/+6
* ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan2009-08-201-6/+3
* ath: move regulatory info into shared common structureLuis R. Rodriguez2009-08-201-3/+3
* ath9k: Fix TX poll cancellingSujith2009-08-201-4/+3
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-2/+1
* ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan2009-08-201-11/+16
* ath9k: Set HW state properlySujith2009-08-141-0/+1
* ath9k: Remove has_hw_phycountersSujith2009-08-141-2/+1
* ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez2009-08-141-1/+1
* ath9k: Fix regression on receiving PS poll framesLuis R. Rodriguez2009-08-141-0/+1
* ath9k: cancel xmit poll work at stop() callbackLuis R. Rodriguez2009-08-041-0/+2
* ath9k: remove dangling error check on keycache reset on hw initLuis R. Rodriguez2009-08-041-3/+0
* ath9k: call ath9k_hw_detach() once upon hw init failureLuis R. Rodriguez2009-08-041-2/+1
* ath9k: set sc->sc_ah to NULL after freeing itLuis R. Rodriguez2009-08-041-0/+3
* ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez2009-08-041-3/+10
* ath9k: describe hw initialization betterLuis R. Rodriguez2009-08-041-2/+2
* ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez2009-08-041-2/+0
* ath9k: pass only one argument to hw attachLuis R. Rodriguez2009-08-041-1/+1
* ath9k: move cache setting of softc ah prior to attachLuis R. Rodriguez2009-08-041-1/+1
* ath9k: move devid cache setting to ath_init()Luis R. Rodriguez2009-08-041-1/+2
* ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez2009-08-041-12/+23
* ath9k: propagate hw initialization errorsLuis R. Rodriguez2009-08-041-4/+3
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-7/+8
* ath9k: move workqueue cancels to stop callbackLuis R. Rodriguez2009-08-041-5/+8
* ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()Luis R. Rodriguez2009-08-041-2/+4
* ath9k: re-order cancelling of work on mac80211 workqueueLuis R. Rodriguez2009-08-041-2/+2
* ath9k: remove unused ATH_PCI_VERSIONLuis R. Rodriguez2009-07-291-2/+0
* ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos2009-07-291-4/+4
* ath9k: Add support for AR9287 based chipsets.Vivek Natarajan2009-07-271-1/+2
* ath9k: Cleanup return valuesSujith2009-07-271-11/+3
* ath9k: Remove redundant HT macrosSujith2009-07-271-5/+3
* ath9k: do not stop the queues in driver stopLuis R. Rodriguez2009-07-241-2/+0
* ath9k: disable radio when all devices are marked idleLuis R. Rodriguez2009-07-241-0/+24
* ath9k: serialize ath9k_hw_setpower callsGabor Juhos2009-07-241-0/+1
* ath9k: Remove pointless ath9k_ps_restore() in ath_detach()Vasanthakumar Thiagarajan2009-07-241-1/+0
* ath9k: Fix TX hang issue with Atheros chipsetsSenthil Balasubramanian2009-07-241-0/+3
* ath9k: Manipulate and report the correct RSSISenthil Balasubramanian2009-07-241-0/+1
* ath9k: cleanup try count for MRR in rate controlLuis R. Rodriguez2009-07-241-1/+2
* ath9k: Handle different TX and RX streams properly.Senthil Balasubramanian2009-07-101-12/+14
* ath9k: race condition in SCANNING state check during ANI calibrationSenthil Balasubramanian2009-07-101-4/+7