aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c
Commit message (Expand)AuthorAgeFilesLines
* ath5k: retain promiscuous settingBob Copeland2010-06-041-1/+3
* ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functionsTobias Doerffel2010-06-041-4/+4
* ath5k: wake queues on resetBruno Randolf2010-06-011-14/+3
* ath5k: consistently use rx_bufsize for RX DMABruno Randolf2010-05-241-3/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-6/+6
|\
| * ath5k: drop warning on jumbo framesLuis R. Rodriguez2010-05-111-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-4/+2
|\ \ | |/
| * mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville2010-04-301-2/+1
| * ath5k: remove usage of deprecated noise valueJohn W. Linville2010-04-281-2/+1
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-231-0/+19
|\ \ | |/
| * ath5k: basic support for surveyHolger Schurig2010-04-201-0/+19
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-27/+102
|\ \ | |/
| * ath5k: treat RXORN as non-fatalBruno Randolf2010-04-141-1/+14
| * ath5k: Use high bitrates for ACK/CTSBruno Randolf2010-04-141-2/+1
| * ath5k: fix race condition in tx desc processingBob Copeland2010-04-081-0/+11
| * ath5k: clean up queue manipulationBob Copeland2010-04-081-2/+1
| * ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf2010-04-071-2/+30
| * ath5k: update phy errors codesBruno Randolf2010-03-311-0/+2
| * ath5k: simplify MIB countersBruno Randolf2010-03-311-9/+7
| * ath5k: keep beacon RSSI averageBruno Randolf2010-03-311-0/+21
| * ath5k: move ath5k_hw_calibration_poll to base.cBruno Randolf2010-03-311-1/+14
| * ath5k: remove the use of SWI interruptBruno Randolf2010-03-311-8/+3
| * ath5k: remove static calibration interval variableBruno Randolf2010-03-311-4/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | net: convert multicast list to list_headJiri Pirko2010-04-031-10/+7
| |/ |/|
* | ath5k: add debugfs file frameerrorsBruno Randolf2010-03-101-2/+21
* | ath5k: remove double opmode definitionBruno Randolf2010-03-101-3/+4
* | ath5k: preserve antenna settingsBruno Randolf2010-03-101-1/+1
* | ath5k: add antenna statistics and debugfs file for antenna settingsBruno Randolf2010-03-101-0/+11
* | ath5k: Fix TX/RX padding for all framesBenoit Papillault2010-03-101-25/+80
* | ath5k: remove stale function declarations, make some functions staticPavel Roskin2010-03-091-1/+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