summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k
AgeCommit message (Expand)AuthorFilesLines
2009-11-11ath5k: add LED definition for BenQ Joybook R55vBob Copeland1-0/+2
2009-11-11ath5k: add LED support for HP Compaq CQ60Bob Copeland1-0/+2
2009-11-11ath5k: don't reset mcast filter when configuring the modeBob Copeland1-1/+0
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
2009-06-16debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim1-3/+2
2009-06-15ath5k: fix mesh beaconingNick Kossifidis1-2/+3
2009-06-10ath5k: minor rfkill cleanupBob Copeland6-26/+8
2009-06-10ath5k: added cfg80211 based rfkill supportTobias Doerffel7-17/+163
2009-06-03ath5k: disable beacon interrupt when interface is downBob Copeland1-1/+16
2009-06-03ath5k: remove conf->beacon_int usageBob Copeland1-2/+0
2009-06-03ath5k: avoid leaking mutex in ath5k_configJohn W. Linville1-2/+3
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi1-2/+2