summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/base.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-10ath5k: minor rfkill cleanupBob Copeland1-4/+1
2009-06-10ath5k: added cfg80211 based rfkill supportTobias Doerffel1-0/+10
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-20ath5k: update beacons in AP modeBob Copeland1-14/+40
2009-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-9/+13
2009-05-06ath5k: Implement antenna controlNick Kossifidis1-16/+50
2009-05-06ath5k: Enable AP modeJiri Slaby1-0/+1
2009-05-06ath5k: Beaconing fixesNick Kossifidis1-31/+33