summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez5-31/+40
2009-08-04ath5k: fix CAB queue operationBob Copeland1-1/+4
2009-08-04ar9170: remove EXPERIMENTAL markerLuis R. Rodriguez1-1/+2
2009-08-04ath5k: update PCU opmode whenever a new interface is addedBob Copeland1-0/+3
2009-08-04ath9k: Remove unused ath9k_hw_intrget()Vasanthakumar Thiagarajan2-6/+0
2009-08-04ath9k: Maintain monotonicity of PER while going across different phyVasanthakumar Thiagarajan1-3/+0
2009-08-04ath9k: Update rate control for 11NA HT40 modeVasanthakumar Thiagarajan1-3/+1
2009-08-04ath5k: remove EXPERIMENTAL markerLuis R. Rodriguez1-1/+1
2009-08-04ath: use menuconfig to put ath stuff in its own pageLuis R. Rodriguez1-1/+1
2009-08-04ath: simplify kconfig dependency and add documentationLuis R. Rodriguez4-5/+16
2009-08-04ath: depend on cfg80211Luis R. Rodriguez1-0/+1
2009-08-04ar9170: remove unneeded flush_workqueue()Luis R. Rodriguez1-2/+1
2009-08-04ath9k: move workqueue cancels to stop callbackLuis R. Rodriguez1-5/+8
2009-08-04ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()Luis R. Rodriguez1-2/+4
2009-08-04ath9k: re-order cancelling of work on mac80211 workqueueLuis R. Rodriguez1-2/+2
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller16-114/+3209
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2009-07-29ath9k: remove unused ATH_PCI_VERSIONLuis R. Rodriguez1-2/+0
2009-07-29ath9k: Add debug counters for TXSujith4-14/+160
2009-07-29ath9k: get rid of unnecessary setpower callsGabor Juhos1-2/+6
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos4-15/+12
2009-07-29ar9170: fix build error when !CONFIG_AR9170_LEDSAlexander Beregalov1-0/+2
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan8-26/+1482
2009-07-27ath9k: Remove a few redundant variables/macrosSujith2-15/+10
2009-07-27ath9k: Cleanup return valuesSujith3-30/+15
2009-07-27ath9k: Remove redundant HT macrosSujith2-7/+3
2009-07-27ath9k: Fix a sparse warningSujith1-1/+1
2009-07-27ath9k: Trivial fix in KconfigSujith1-2/+2
2009-07-27ath9k: Add init values for AR9287 based chipsets.Vivek Natarajan1-0/+1516
2009-07-27ath: map TH to FCC3_WORLDLuis R. Rodriguez1-1/+1
2009-07-27ath9k: Read outside array boundsRoel Kluin1-2/+2
2009-07-24ath9k: do not stop the queues in driver stopLuis R. Rodriguez1-2/+0
2009-07-24ath5k: fix values for bus error bits in ISR2Pavel Roskin1-6/+6
2009-07-24ath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsfGabor Juhos2-12/+6
2009-07-24ath9k: wake up the chip for TSF resetGabor Juhos1-0/+2
2009-07-24wireless: remove print_mac usesJohannes Berg1-1/+0
2009-07-24ath9k: Add AR9287 based chipsets' register information.Vivek Natarajan1-0/+93
2009-07-24ath9k: disable radio when all devices are marked idleLuis R. Rodriguez3-0/+42
2009-07-24ath9k: serialize ath9k_ps_{wakeup,restore} callsGabor Juhos2-14/+30
2009-07-24ath9k: uninline ath9k_ps_{wakeup,restore} functionsGabor Juhos2-21/+23
2009-07-24ath9k: serialize ath9k_hw_setpower callsGabor Juhos3-1/+16
2009-07-24ath9k: Remove pointless ath9k_ps_restore() in ath_detach()Vasanthakumar Thiagarajan1-1/+0
2009-07-24ath9k: Handle tx desc shortage more appropriatelyVasanthakumar Thiagarajan1-1/+17
2009-07-24ath9k: Remove bogus assert in ath_clone_txbuf()Vasanthakumar Thiagarajan1-1/+0
2009-07-24ath9k: Fix TX hang issue with Atheros chipsetsSenthil Balasubramanian3-14/+50
2009-07-24ath9k: RX stucks during heavy traffic in HT40 mode.Senthil Balasubramanian3-30/+67
2009-07-24ath9k: Manipulate and report the correct RSSISenthil Balasubramanian5-5/+54
2009-07-24ath9k: Nuke struct ath_tx_ratectrl_stateVasanthakumar Thiagarajan2-30/+27
2009-07-24ath9k: Use probe interval instead of rssi reduce intervalVasanthakumar Thiagarajan2-6/+1
2009-07-24ath9k: Remove unused members from rate control structureVasanthakumar Thiagarajan2-129/+108