summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-192-11/+15
* ath9k: Cleanup ineffective return valuesVasanthakumar Thiagarajan2009-05-116-85/+36
* ath9k: Remove bogus break after returnVasanthakumar Thiagarajan2009-05-111-2/+0
* ath9k: remove redundant AR9285 checksGabor Juhos2009-05-062-5/+4
* ath9k: make private driver rate tables constLuis R. Rodriguez2009-05-067-39/+43
* ar9170: fix build when !CONFIG_PMAlexander Beregalov2009-05-061-0/+2
* Add LED support for AR5BXB6 IBM Thinkpad PCIe adaptersParide Legovini2009-05-061-2/+4
* ath5k: use ctl settings based on current regdomainBob Copeland2009-05-061-12/+7
* ath5k: Add Spur filter support on newer chipsNick Kossifidis2009-05-063-25/+270
* ath5k: Implement antenna controlNick Kossifidis2009-05-068-51/+271
* ath5k: Enable AP modeJiri Slaby2009-05-061-0/+1
* ath5k: Beaconing fixesNick Kossifidis2009-05-063-35/+40
* ath5k: Put remaining EEPROM data on ee structNick Kossifidis2009-05-063-20/+24
* ath5k: Read Spur channels from EEPROMNick Kossifidis2009-05-062-1/+56
* ath5k: Allow user/driver to set txpowerNick Kossifidis2009-05-064-13/+52
* ath9k: uninline ath9k_io{read,write}32 routinesGabor Juhos2009-05-062-31/+34
* ath9k: Fix handling of retry count of NO_ACK framesGábor Stefanik2009-05-061-4/+5
* ath5k: correct interrupt storm warningBob Copeland2009-05-061-1/+1
* ath5k: Storage class should be before const qualifierTobias Klauser2009-05-061-2/+2
* ar9170: wrong test on outlen in ar9170_usb_exec_cmd() ?Roel Kluin2009-05-061-1/+1
* ar9170usb: reset device on resumeChristian Lamparter2009-05-061-0/+2
* ath5k: 5211, don't crypt every protected frameJiri Slaby2009-05-061-1/+1
* ar9170: uncomment powermgt case handleChristian Lamparter2009-05-061-2/+2
* ar9170: handle otus' A-MPDU density definitionsChristian Lamparter2009-05-063-2/+27
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-063-171/+121
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-067-22/+29
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-301-1/+1
* wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville2009-04-241-1/+1
* ar9170: rework rxstream codeChristian Lamparter2009-04-223-138/+421
* ar9170: support HT receive and channel configJohannes Berg2009-04-222-8/+61
* cfg80211: clean up includesJohannes Berg2009-04-225-5/+3
* atheros: fix propagation of bad EEPROM on regulatory initLuis R. Rodriguez2009-04-223-3/+6
* ath5k: manipulate rxlink and descriptor address under rxbuf lockBob Copeland2009-04-221-3/+2
* ath5k: use rx hw descriptor pointer for self-linked checkBob Copeland2009-04-223-23/+4
* ath5k: use bool for modparamsBob Copeland2009-04-221-2/+2
* ath5k: use tasklet_hi_schedule for beacon queueBob Copeland2009-04-221-1/+1
* ath5k: fix initvals errorsBob Copeland2009-04-221-5/+3
* ath9k: Disable autosleep feature for AR9285 based chipsets.Vivek Natarajan2009-04-221-1/+2
* ath: add module informationChristian Lamparter2009-04-222-2/+23
* ath9k: Remove CHANNEL_CW_INT handling in ath9k_hw_calibrateSujith2009-04-221-3/+0
* ath9k: Fix bug in calibration initializationSujith2009-04-221-39/+22
* ath9k: Use a consistent naming conventionSujith2009-04-223-37/+37
* ath9k: Cleanup calibration interfaceSujith2009-04-223-38/+24
* ath9k: Initialize ANI timersSujith2009-04-221-9/+15
* ath9k: Fix bug in determining calibration supportSujith2009-04-221-2/+2
* ath9k: Fix bug in checking HT flagSujith2009-04-221-1/+1
* ath9k: Remove unused channel flagsSujith2009-04-221-12/+0
* ath9k: Fix bug in scan terminationSujith2009-04-221-0/+1
* ath9k: Fix memleak on TX DMA failureSujith2009-04-221-2/+3
* ath9k: Handle ASPM properly for RFKILLSujith2009-04-221-2/+3