summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
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-045-31/+40
* ath5k: fix CAB queue operationBob Copeland2009-08-041-1/+4
* ar9170: remove EXPERIMENTAL markerLuis R. Rodriguez2009-08-041-1/+2
* ath5k: update PCU opmode whenever a new interface is addedBob Copeland2009-08-041-0/+3
* 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
* ath5k: remove EXPERIMENTAL markerLuis R. Rodriguez2009-08-041-1/+1
* ath: use menuconfig to put ath stuff in its own pageLuis R. Rodriguez2009-08-041-1/+1
* ath: simplify kconfig dependency and add documentationLuis R. Rodriguez2009-08-044-5/+16
* ath: depend on cfg80211Luis R. Rodriguez2009-08-041-0/+1
* ar9170: remove unneeded flush_workqueue()Luis R. Rodriguez2009-08-041-2/+1
* 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-3016-114/+3209
|\
| * 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
| * ar9170: fix build error when !CONFIG_AR9170_LEDSAlexander Beregalov2009-07-291-0/+2
| * 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
| * ath: map TH to FCC3_WORLDLuis R. Rodriguez2009-07-271-1/+1
* | 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
* | ath5k: fix values for bus error bits in ISR2Pavel Roskin2009-07-241-6/+6
* | 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
* | wireless: remove print_mac usesJohannes Berg2009-07-241-1/+0
OpenPOWER on IntegriCloud