summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/base.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-19/+25
2010-02-11ath5k: use correct packet type when transmittingBob Copeland1-1/+25
2010-02-09ath5k: remove get_tx_stats() mac80211 opKalle Valo1-18/+0
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-3/+19
2010-01-23ath5k: fix setup for CAB queueBob Copeland1-3/+19
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+22
2010-01-12ath5k: Implement mac80211 callback set_coverage_classLukáš Turek1-0/+22
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-15/+3
2009-12-29mac80211: remove struct ieee80211_if_init_confJohannes Berg1-9/+9
2009-12-29wireless: remove remaining qual codeJohannes Berg1-11/+0
2009-12-29ath5k: fix SWI calibration interrupt stormBob Copeland1-4/+3
2009-11-12ath5k: use the common->keymapLuis R. Rodriguez1-3/+7
2009-11-12ath5k: remove double cache alignment, ath_rxbuf_alloc() already does itLuis R. Rodriguez1-2/+2
2009-11-12ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez1-8/+14
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2009-11-11ath5k: don't reset mcast filter when configuring the modeBob Copeland1-1/+0
2009-10-08ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez1-2/+9
2009-10-08ath5k: simplify passed params to ath5k_hw_set_associd()Luis 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. Rodriguez1-0/+1
2009-10-08ath5k: define ath_common opsLuis R. Rodriguez1-0/+17
2009-10-08ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez1-4/+16
2009-10-08ath5k: move ath_common to ath5k_hwLuis R. Rodriguez1-8/+13
2009-10-08ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez1-3/+5
2009-10-08ath: move ath_bcast_mac to common headerLuis R. Rodriguez1-1/+1
2009-08-28ath5k: don't use PCI ID to find the chip revisionPavel Roskin1-19/+19
2009-08-28ath5k: add hardware CCMP encyption supportBob Copeland1-0/+3
2009-08-28ath5k: use the skb->cb directly for RX statusBob Copeland1-20/+21
2009-08-28ath5k: clean up filter flags settingBob Copeland1-16/+23
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez1-7/+7
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. Rodriguez1-14/+7
2009-08-14ath5k: Use SWI to trigger calibrationNick Kossifidis1-10/+26
2009-08-14ath5k: Wakeup fixesNick Kossifidis1-21/+23
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-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 Copeland1-40/+19
2009-07-10ath5k: send buffered frames after the beaconBob Copeland1-5/+30
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-07-10ath5k: enable hardware LEDsBob Copeland1-0/+20
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