aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-19/+25
|\
| * ath5k: use correct packet type when transmittingBob Copeland2010-02-101-1/+25
| * ath5k: remove get_tx_stats() mac80211 opKalle Valo2010-02-081-18/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-041-3/+19
|\ \ | |/
| * ath5k: fix setup for CAB queueBob Copeland2010-01-221-3/+19
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-191-0/+22
|\ \ | |/
| * ath5k: Implement mac80211 callback set_coverage_classLukáš Turek2010-01-121-0/+22
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-15/+3
|\
| * wireless: remove remaining qual codeJohannes Berg2009-12-281-11/+0
| * ath5k: fix SWI calibration interrupt stormBob Copeland2009-12-281-4/+3
* | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-9/+9
|/
* ath5k: use the common->keymapLuis R. Rodriguez2009-11-111-3/+7
* ath5k: remove double cache alignment, ath_rxbuf_alloc() already does itLuis R. Rodriguez2009-11-111-2/+2
* ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez2009-11-111-8/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-111-1/+0
|\
| * ath5k: don't reset mcast filter when configuring the modeBob Copeland2009-11-101-1/+0
* | ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez2009-10-071-2/+9
* | ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez2009-10-071-1/+1
* | Wireless / ath5k: Simplify suspend and resume callbacksRafael J. Wysocki2009-10-071-24/+11
* | atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez2009-10-071-0/+1
* | atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-071-0/+1
* | ath5k: define ath_common opsLuis R. Rodriguez2009-10-071-0/+17
* | ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez2009-10-071-4/+16
* | ath5k: move ath_common to ath5k_hwLuis R. Rodriguez2009-10-071-8/+13
* | ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez2009-10-071-3/+5
* | ath: move ath_bcast_mac to common headerLuis R. Rodriguez2009-10-071-1/+1
|/
* ath5k: don't use PCI ID to find the chip revisionPavel Roskin2009-08-281-19/+19
* ath5k: add hardware CCMP encyption supportBob Copeland2009-08-281-0/+3
* ath5k: use the skb->cb directly for RX statusBob Copeland2009-08-281-20/+21
* ath5k: clean up filter flags settingBob Copeland2009-08-281-16/+23
* ath: move regulatory info into shared common structureLuis R. Rodriguez2009-08-201-7/+7
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-25/+39
* ath5k: use bit shift operators for cache line sizeLuis R. Rodriguez2009-08-141-2/+2
* ath5k: use common ath.ko ath_rxbuf_alloc()Luis R. Rodriguez2009-08-141-14/+7
* ath5k: Use SWI to trigger calibrationNick Kossifidis2009-08-141-10/+26
* ath5k: Wakeup fixesNick Kossifidis2009-08-141-21/+23
* ath5k: fix missing output in monitor mode after ifconfig upJoerg Albert2009-08-141-20/+15
* ath5k: fix CAB queue operationBob Copeland2009-08-041-1/+4
* ath5k: update PCU opmode whenever a new interface is addedBob Copeland2009-08-041-0/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-0/+3
|\
| * ath5k: temporarily disable crypto for AP modeBob Copeland2009-07-211-0/+3
* | ath5k: write PCU registers on initial resetBob Copeland2009-07-101-1/+1
* | ath5k: do not release irq across suspend/resumeBob Copeland2009-07-101-11/+0
* | ath5k: rework beacon configurationBob Copeland2009-07-101-40/+19
* | ath5k: send buffered frames after the beaconBob Copeland2009-07-101-5/+30
* | mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* | ath5k: enable hardware LEDsBob Copeland2009-07-101-0/+20
|/
* ath5k: fix beacon_int handlingJiri Slaby2009-06-191-3/+1