summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2009-05-06ath5k: Put remaining EEPROM data on ee structNick Kossifidis3-20/+24
2009-05-06ath5k: Read Spur channels from EEPROMNick Kossifidis2-1/+56
2009-05-06ath5k: Allow user/driver to set txpowerNick Kossifidis4-13/+52
2009-05-06ath9k: uninline ath9k_io{read,write}32 routinesGabor Juhos2-31/+34
2009-05-06ath9k: Fix handling of retry count of NO_ACK framesGábor Stefanik1-4/+5
2009-05-06ath5k: correct interrupt storm warningBob Copeland1-1/+1
2009-05-06ath5k: Storage class should be before const qualifierTobias Klauser1-2/+2
2009-05-06ar9170: wrong test on outlen in ar9170_usb_exec_cmd() ?Roel Kluin1-1/+1
2009-05-06ar9170usb: reset device on resumeChristian Lamparter1-0/+2
2009-05-06ath5k: 5211, don't crypt every protected frameJiri Slaby1-1/+1
2009-05-06ar9170: uncomment powermgt case handleChristian Lamparter1-2/+2
2009-05-06ar9170: handle otus' A-MPDU density definitionsChristian Lamparter3-2/+27
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg3-171/+121
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg7-22/+29
2009-04-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-04-24wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville1-1/+1
2009-04-23ar9170: rework rxstream codeChristian Lamparter3-138/+421
2009-04-23ar9170: support HT receive and channel configJohannes Berg2-8/+61
2009-04-23cfg80211: clean up includesJohannes Berg5-5/+3
2009-04-23atheros: fix propagation of bad EEPROM on regulatory initLuis R. Rodriguez3-3/+6
2009-04-23ath5k: manipulate rxlink and descriptor address under rxbuf lockBob Copeland1-3/+2
2009-04-23ath5k: use rx hw descriptor pointer for self-linked checkBob Copeland3-23/+4
2009-04-23ath5k: use bool for modparamsBob Copeland1-2/+2
2009-04-23ath5k: use tasklet_hi_schedule for beacon queueBob Copeland1-1/+1
2009-04-23ath5k: fix initvals errorsBob Copeland1-5/+3
2009-04-23ath9k: Disable autosleep feature for AR9285 based chipsets.Vivek Natarajan1-1/+2
2009-04-23ath: add module informationChristian Lamparter2-2/+23
2009-04-23ath9k: Remove CHANNEL_CW_INT handling in ath9k_hw_calibrateSujith1-3/+0
2009-04-23ath9k: Fix bug in calibration initializationSujith1-39/+22
2009-04-23ath9k: Use a consistent naming conventionSujith3-37/+37
2009-04-23ath9k: Cleanup calibration interfaceSujith3-38/+24
2009-04-23ath9k: Initialize ANI timersSujith1-9/+15
2009-04-23ath9k: Fix bug in determining calibration supportSujith1-2/+2
2009-04-23ath9k: Fix bug in checking HT flagSujith1-1/+1
2009-04-23ath9k: Remove unused channel flagsSujith1-12/+0
2009-04-23ath9k: Fix bug in scan terminationSujith1-0/+1
2009-04-23ath9k: Fix memleak on TX DMA failureSujith1-2/+3
2009-04-23ath9k: Handle ASPM properly for RFKILLSujith1-2/+3
2009-04-23ath9k: reset after PCI FATAL/PERR interruptsSteven Luo1-0/+1
2009-04-23ath5k: add support for Fukato Datacask Jupiter LEDsBob Copeland1-0/+2
2009-04-23ath5k: fix interpolation with equal power levelsFabio Rossi1-21/+28
2009-04-23ath5k: sparse fix ath5k_led_on needs to be staticLuis R. Rodriguez1-1/+1
2009-04-23ath: space cleanupLuis R. Rodriguez1-14/+19
2009-04-23atheros: put atheros wireless drivers into ath/Luis R. Rodriguez67-1/+57397
2009-04-23Make ar9170 use common ath reg codeChristian Lamparter1-1/+1
2009-04-23ath: move more setup code into ath_regd_initBob Copeland2-22/+45
2009-04-23atheros: introduce ath module containing common ath5k/ath9k/ar9170 codeBob Copeland5-0/+1271