summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-112-1/+4
|\
| * ath5k: add LED definition for BenQ Joybook R55vBob Copeland2009-11-101-0/+2
| * ath5k: add LED support for HP Compaq CQ60Bob Copeland2009-11-101-0/+2
| * ath5k: don't reset mcast filter when configuring the modeBob Copeland2009-11-101-1/+0Star
* | ath5k: add LED support for Acer Aspire One AO751h/AO531hKeng-Yu Lin2009-11-061-0/+2
* | wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville2009-10-301-1/+1
* | ath5k: use noise calibration from madwifi halBob Copeland2009-10-275-80/+148
* | ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez2009-10-072-3/+9
* | ath5k: fix regression which triggers an SME join upon assocLuis R. Rodriguez2009-10-071-2/+2
* | ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()Luis R. Rodriguez2009-10-071-7/+8
* | ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez2009-10-075-9/+9
* | ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez2009-10-072-2/+2
* | ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assocLuis R. Rodriguez2009-10-071-7/+2Star
* | ath5k: fix regression on setting bssid mask on associationLuis R. Rodriguez2009-10-071-1/+1
* | Wireless / ath5k: Simplify suspend and resume callbacksRafael J. Wysocki2009-10-071-24/+11Star
* | atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez2009-10-071-0/+1
* | atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-076-125/+13Star
* | ath5k: define ath_common opsLuis R. Rodriguez2009-10-073-17/+27
* | ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez2009-10-073-24/+21Star
* | ath5k: move ath_common to ath5k_hwLuis R. Rodriguez2009-10-073-10/+16
* | ath5k: initialize eeprom struct early on attachLuis R. Rodriguez2009-10-071-3/+2Star
* | ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez2009-10-075-47/+28Star
* | atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez2009-10-073-24/+25
* | ath: move ath_bcast_mac to common headerLuis R. Rodriguez2009-10-073-3/+3
|/
* trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-211-1/+1
* ath5k: don't use PCI ID to find the chip revisionPavel Roskin2009-08-283-25/+29
* ath5k: fix uninitialized value use in ath5k_eeprom_read_turbo_modes()Pavel Roskin2009-08-281-24/+5Star
* ath5k: clarify srev comparison for CCMP checkBob Copeland2009-08-282-5/+3Star
* ath5k: add hardware CCMP encyption supportBob Copeland2009-08-283-0/+14
* ath5k: use the skb->cb directly for RX statusBob Copeland2009-08-281-20/+21
* ath5k: add led pin configuration for compaq c700 laptopMarcos Chaparro2009-08-281-0/+2
* ath5k: clean up filter flags settingBob Copeland2009-08-281-16/+23
* ath: move regulatory info into shared common structureLuis R. Rodriguez2009-08-204-11/+22
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-25/+39
* ath5k: use bit shift operators for cache line sizeLuis R. Rodriguez2009-08-141-2/+2
* ath5k: use common ath.ko ath_rxbuf_alloc()Luis R. Rodriguez2009-08-142-15/+9Star
* ath5k: Use SWI to trigger calibrationNick Kossifidis2009-08-144-11/+67
* ath5k: Preserve pcicfg bits during attachNick Kossifidis2009-08-141-1/+1
* ath5k: Wakeup fixesNick Kossifidis2009-08-144-62/+140
* ath5k: Linear PCDAC code fixesNick Kossifidis2009-08-141-7/+17
* ath5k: Check EEPROM before tweaking SERDESNick Kossifidis2009-08-143-22/+48
* drivers/net/wireless/ath/ath5k: Change constant nameJulia Lawall2009-08-141-1/+1
* ath5k: fix missing output in monitor mode after ifconfig upJoerg Albert2009-08-141-20/+15Star
* ath5k: fix CAB queue operationBob Copeland2009-08-041-1/+4
* ath5k: update PCU opmode whenever a new interface is addedBob Copeland2009-08-041-0/+3
* ath5k: remove EXPERIMENTAL markerLuis R. Rodriguez2009-08-041-1/+1
* ath: simplify kconfig dependency and add documentationLuis R. Rodriguez2009-08-041-1/+0Star
* ath5k: fix values for bus error bits in ISR2Pavel Roskin2009-07-241-6/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-241-0/+3
|\
| * ath5k: temporarily disable crypto for AP modeBob Copeland2009-07-211-0/+3