summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: describe hw initialization betterLuis R. Rodriguez2009-08-047-14/+14
* ath9k: break up hw initialization into a few more helpersLuis R. Rodriguez2009-08-041-67/+87
* ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez2009-08-041-2/+0
* ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()Luis R. Rodriguez2009-08-041-2/+2
* ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()Luis R. Rodriguez2009-08-041-2/+2
* ath9k: move hw macrevision checker to helperLuis R. Rodriguez2009-08-041-10/+18
* ath9k: pass only one argument to hw attachLuis R. Rodriguez2009-08-043-8/+8
* ath9k: call hw initializer directlyLuis R. Rodriguez2009-08-041-22/+26
* 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-043-11/+9
* ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez2009-08-043-58/+44
* ath9k: propagate hw initialization errorsLuis R. Rodriguez2009-08-042-5/+4
* ath9k: use a switch for revising supported hw mac revisionsLuis R. Rodriguez2009-08-041-7/+10
* ath9k: remove usage of AR_SREV_*() wrapper to detect supported hwLuis R. Rodriguez2009-08-041-2/+4
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-043-16/+18
* ath9k: Remove unused ath9k_hw_intrget()Vasanthakumar Thiagarajan2009-08-042-6/+0
* ath9k: Maintain monotonicity of PER while going across different phyVasanthakumar Thiagarajan2009-08-041-3/+0
* ath9k: Update rate control for 11NA HT40 modeVasanthakumar Thiagarajan2009-08-041-3/+1
* ath: simplify kconfig dependency and add documentationLuis R. Rodriguez2009-08-041-1/+0
* 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
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-3014-113/+3206
|\
| * ath9k: remove unused ATH_PCI_VERSIONLuis R. Rodriguez2009-07-291-2/+0
| * ath9k: Add debug counters for TXSujith2009-07-294-14/+160
| * ath9k: get rid of unnecessary setpower callsGabor Juhos2009-07-291-2/+6
| * ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos2009-07-294-15/+12
| * ath9k: Add support for AR9287 based chipsets.Vivek Natarajan2009-07-278-26/+1482
| * ath9k: Remove a few redundant variables/macrosSujith2009-07-272-15/+10
| * ath9k: Cleanup return valuesSujith2009-07-273-30/+15
| * ath9k: Remove redundant HT macrosSujith2009-07-272-7/+3
| * ath9k: Fix a sparse warningSujith2009-07-271-1/+1
| * ath9k: Trivial fix in KconfigSujith2009-07-271-2/+2
| * ath9k: Add init values for AR9287 based chipsets.Vivek Natarajan2009-07-271-0/+1516
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-301-2/+2
|\ \ | |/ |/|
| * ath9k: Read outside array boundsRoel Kluin2009-07-271-2/+2
* | ath9k: do not stop the queues in driver stopLuis R. Rodriguez2009-07-241-2/+0
* | ath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsfGabor Juhos2009-07-242-12/+6
* | ath9k: wake up the chip for TSF resetGabor Juhos2009-07-241-0/+2
* | ath9k: Add AR9287 based chipsets' register information.Vivek Natarajan2009-07-241-0/+93
* | ath9k: disable radio when all devices are marked idleLuis R. Rodriguez2009-07-243-0/+42
* | ath9k: serialize ath9k_ps_{wakeup,restore} callsGabor Juhos2009-07-242-14/+30
* | ath9k: uninline ath9k_ps_{wakeup,restore} functionsGabor Juhos2009-07-242-21/+23
* | ath9k: serialize ath9k_hw_setpower callsGabor Juhos2009-07-243-1/+16
* | ath9k: Remove pointless ath9k_ps_restore() in ath_detach()Vasanthakumar Thiagarajan2009-07-241-1/+0
* | ath9k: Handle tx desc shortage more appropriatelyVasanthakumar Thiagarajan2009-07-241-1/+17
* | ath9k: Remove bogus assert in ath_clone_txbuf()Vasanthakumar Thiagarajan2009-07-241-1/+0
* | ath9k: Fix TX hang issue with Atheros chipsetsSenthil Balasubramanian2009-07-243-14/+50
* | ath9k: RX stucks during heavy traffic in HT40 mode.Senthil Balasubramanian2009-07-243-30/+67
* | ath9k: Manipulate and report the correct RSSISenthil Balasubramanian2009-07-245-5/+54
OpenPOWER on IntegriCloud