summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k
AgeCommit message (Expand)AuthorFilesLines
2009-10-08ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assocLuis R. Rodriguez1-7/+2
2009-10-08ath5k: fix regression on setting bssid mask on associationLuis R. Rodriguez1-1/+1
2009-10-08Wireless / ath5k: Simplify suspend and resume callbacksRafael J. Wysocki1-24/+11
2009-10-08atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez1-0/+1
2009-10-08atheros: define shared bssidmask settingLuis R. Rodriguez6-125/+13
2009-10-08ath5k: define ath_common opsLuis R. Rodriguez3-17/+27
2009-10-08ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez3-24/+21
2009-10-08ath5k: move ath_common to ath5k_hwLuis R. Rodriguez3-10/+16
2009-10-08ath5k: initialize eeprom struct early on attachLuis R. Rodriguez1-3/+2
2009-10-08ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez5-47/+28
2009-10-08atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez3-24/+25
2009-10-08ath: move ath_bcast_mac to common headerLuis R. Rodriguez3-3/+3
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-1/+1
2009-08-28ath5k: don't use PCI ID to find the chip revisionPavel Roskin3-25/+29
2009-08-28ath5k: fix uninitialized value use in ath5k_eeprom_read_turbo_modes()Pavel Roskin1-24/+5
2009-08-28ath5k: clarify srev comparison for CCMP checkBob Copeland2-5/+3
2009-08-28ath5k: add hardware CCMP encyption supportBob Copeland3-0/+14
2009-08-28ath5k: use the skb->cb directly for RX statusBob Copeland1-20/+21
2009-08-28ath5k: add led pin configuration for compaq c700 laptopMarcos Chaparro1-0/+2
2009-08-28ath5k: clean up filter flags settingBob Copeland1-16/+23
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez4-11/+22
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-25/+39
2009-08-14ath5k: use bit shift operators for cache line sizeLuis R. Rodriguez1-2/+2
2009-08-14ath5k: use common ath.ko ath_rxbuf_alloc()Luis R. Rodriguez2-15/+9
2009-08-14ath5k: Use SWI to trigger calibrationNick Kossifidis4-11/+67
2009-08-14ath5k: Preserve pcicfg bits during attachNick Kossifidis1-1/+1
2009-08-14ath5k: Wakeup fixesNick Kossifidis4-62/+140
2009-08-14ath5k: Linear PCDAC code fixesNick Kossifidis1-7/+17
2009-08-14ath5k: Check EEPROM before tweaking SERDESNick Kossifidis3-22/+48
2009-08-14drivers/net/wireless/ath/ath5k: Change constant nameJulia Lawall1-1/+1
2009-08-14ath5k: fix missing output in monitor mode after ifconfig upJoerg Albert1-20/+15
2009-08-05ath5k: fix CAB queue operationBob Copeland1-1/+4
2009-08-05ath5k: update PCU opmode whenever a new interface is addedBob Copeland1-0/+3
2009-08-05ath5k: remove EXPERIMENTAL markerLuis R. Rodriguez1-1/+1
2009-08-05ath: simplify kconfig dependency and add documentationLuis R. Rodriguez1-1/+0
2009-07-24ath5k: fix values for bus error bits in ISR2Pavel Roskin1-6/+6
2009-07-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2009-07-21ath5k: temporarily disable crypto for AP modeBob Copeland1-0/+3
2009-07-10ath5k: write PCU registers on initial resetBob Copeland1-1/+1
2009-07-10ath5k: do not release irq across suspend/resumeBob Copeland1-11/+0
2009-07-10ath5k: rework beacon configurationBob Copeland2-40/+20
2009-07-10ath5k: send buffered frames after the beaconBob Copeland3-11/+34
2009-07-10ath5k: remove permissions from debugfs filesJiri Slaby1-3/+5
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-07-10ath5k: enable hardware LEDsBob Copeland2-0/+23
2009-07-10ath5k: cleanup ath5k_hw structBob Copeland3-19/+10
2009-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+8
2009-06-19ath5k: fix beacon_int handlingJiri Slaby1-3/+1
2009-06-19ath5k: avoid PCI FATAL interrupts by restoring RETRY_TIMEOUT disablingJouni Malinen1-0/+7
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+3