summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/base.c
AgeCommit message (Expand)Author
2010-09-20ath5k: check return value of ieee80211_get_tx_rateJohn W. Linville
2010-08-26ath5k: disable ASPM L0s for all cardsMaxim Levitsky
2010-08-02ath5k: drop warning on jumbo framesLuis R. Rodriguez
2010-07-05ath5k: retain promiscuous settingBob Copeland
2010-04-01ath5k: fix setup for CAB queueBob Copeland
2010-03-15ath5k: use correct packet type when transmittingBob Copeland
2010-01-06ath5k: fix SWI calibration interrupt stormBob Copeland
2009-11-10ath5k: don't reset mcast filter when configuring the modeBob Copeland
2009-08-28ath5k: don't use PCI ID to find the chip revisionPavel Roskin
2009-08-28ath5k: add hardware CCMP encyption supportBob Copeland
2009-08-28ath5k: use the skb->cb directly for RX statusBob Copeland
2009-08-28ath5k: clean up filter flags settingBob Copeland
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg
2009-08-14ath5k: use bit shift operators for cache line sizeLuis R. Rodriguez
2009-08-14ath5k: use common ath.ko ath_rxbuf_alloc()Luis R. Rodriguez
2009-08-14ath5k: Use SWI to trigger calibrationNick Kossifidis
2009-08-14ath5k: Wakeup fixesNick Kossifidis
2009-08-14ath5k: fix missing output in monitor mode after ifconfig upJoerg Albert
2009-08-04ath5k: fix CAB queue operationBob Copeland
2009-08-04ath5k: update PCU opmode whenever a new interface is addedBob Copeland
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-21ath5k: temporarily disable crypto for AP modeBob Copeland
2009-07-10ath5k: write PCU registers on initial resetBob Copeland
2009-07-10ath5k: do not release irq across suspend/resumeBob Copeland
2009-07-10ath5k: rework beacon configurationBob Copeland
2009-07-10ath5k: send buffered frames after the beaconBob Copeland
2009-07-10mac80211: push rx status into skb->cbJohannes Berg
2009-07-10ath5k: enable hardware LEDsBob Copeland
2009-06-19ath5k: fix beacon_int handlingJiri Slaby
2009-06-19ath5k: avoid PCI FATAL interrupts by restoring RETRY_TIMEOUT disablingJouni Malinen
2009-06-10ath5k: minor rfkill cleanupBob Copeland
2009-06-10ath5k: added cfg80211 based rfkill supportTobias Doerffel
2009-06-03ath5k: disable beacon interrupt when interface is downBob Copeland
2009-06-03ath5k: remove conf->beacon_int usageBob Copeland
2009-06-03ath5k: avoid leaking mutex in ath5k_configJohn W. Linville
2009-05-20ath5k: update beacons in AP modeBob Copeland
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-06ath5k: Implement antenna controlNick Kossifidis
2009-05-06ath5k: Enable AP modeJiri Slaby
2009-05-06ath5k: Beaconing fixesNick Kossifidis
2009-05-06ath5k: Allow user/driver to set txpowerNick Kossifidis
2009-05-06ath5k: correct interrupt storm warningBob Copeland
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg
2009-04-22ath5k: manipulate rxlink and descriptor address under rxbuf lockBob Copeland
2009-04-22ath5k: use rx hw descriptor pointer for self-linked checkBob Copeland
2009-04-22ath5k: use bool for modparamsBob Copeland
2009-04-22ath5k: use tasklet_hi_schedule for beacon queueBob Copeland
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez