Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / wireless / ath / ath5k / base.c
2010-06-04 Bob Copelandath5k: retain promiscuous setting
2010-06-04 Tobias Doerffelath5k: depend on CONFIG_PM_SLEEP for suspend/resume...
2010-06-01 Bruno Randolfath5k: wake queues on reset
2010-05-24 Bruno Randolfath5k: consistently use rx_bufsize for RX DMA
2010-05-17 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-05-11 Luis R. Rodriguezath5k: drop warning on jumbo frames
2010-05-05 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-04-30 John W. Linvillemac80211: remove deprecated noise field from ieee80211_...
2010-04-28 John W. Linvilleath5k: remove usage of deprecated noise value
2010-04-23 John W. LinvilleMerge branch 'master' into for-davem
2010-04-20 Holger Schurigath5k: basic support for survey
2010-04-15 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-04-14 Bruno Randolfath5k: treat RXORN as non-fatal
2010-04-14 Bruno Randolfath5k: Use high bitrates for ACK/CTS
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-08 Bob Copelandath5k: fix race condition in tx desc processing
2010-04-08 Bob Copelandath5k: clean up queue manipulation
2010-04-07 Bruno Randolfath5k: Adaptive Noise Immunity (ANI) Implementation
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-31 Bruno Randolfath5k: update phy errors codes
2010-03-31 Bruno Randolfath5k: simplify MIB counters
2010-03-31 Bruno Randolfath5k: keep beacon RSSI average
2010-03-31 Bruno Randolfath5k: move ath5k_hw_calibration_poll to base.c
2010-03-31 Bruno Randolfath5k: remove the use of SWI interrupt
2010-03-31 Bruno Randolfath5k: remove static calibration interval variable
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-10 Bruno Randolfath5k: add debugfs file frameerrors
2010-03-10 Bruno Randolfath5k: remove double opmode definition
2010-03-10 Bruno Randolfath5k: preserve antenna settings
2010-03-10 Bruno Randolfath5k: add antenna statistics and debugfs file for...
2010-03-10 Benoit Papillaultath5k: Fix TX/RX padding for all frames
2010-03-09 Pavel Roskinath5k: remove stale function declarations, make some...
2010-02-15 David S. MillerMerge branch 'master' of ssh:///linux/kernel/git/linvil...
2010-02-10 Bob Copelandath5k: use correct packet type when transmitting
2010-02-08 Kalle Valoath5k: remove get_tx_stats() mac80211 op
2010-02-04 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-01-22 Bob Copelandath5k: fix setup for CAB queue
2010-01-19 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-01-12 Lukáš Turekath5k: Implement mac80211 callback set_coverage_class
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-12-30 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2009-12-28 Johannes Bergmac80211: remove struct ieee80211_if_init_conf
2009-12-28 Johannes Bergwireless: remove remaining qual code
2009-12-28 Bob Copelandath5k: fix SWI calibration interrupt storm
2009-11-11 Luis R. Rodriguezath5k: use the common->keymap
2009-11-11 Luis R. Rodriguezath5k: remove double cache alignment, ath_rxbuf_alloc...
2009-11-11 Luis R. Rodriguezath: move the rx bufsize to common to share with ath5k...
2009-11-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-10 Bob Copelandath5k: don't reset mcast filter when configuring the...
2009-10-07 Luis R. Rodriguezath5k: enable Power-Save Polls by setting the associati...
2009-10-07 Luis R. Rodriguezath5k: simplify passed params to ath5k_hw_set_associd()
2009-10-07 Rafael J. WysockiWireless / ath5k: Simplify suspend and resume callbacks
2009-10-07 Luis R. Rodriguezatheros: add ieee80211_hw to ath_common
2009-10-07 Luis R. Rodriguezatheros: define shared bssidmask setting
2009-10-07 Luis R. Rodriguezath5k: define ath_common ops
2009-10-07 Luis R. Rodriguezath5k: allocate ath5k_hw prior to initializing hw
2009-10-07 Luis R. Rodriguezath5k: move ath_common to ath5k_hw
2009-10-07 Luis R. Rodriguezath5k: use common curbssid, bssidmask and macaddr
2009-10-07 Luis R. Rodriguezath: move ath_bcast_mac to common header
2009-08-28 Pavel Roskinath5k: don't use PCI ID to find the chip revision
2009-08-28 Bob Copelandath5k: add hardware CCMP encyption support
2009-08-28 Bob Copelandath5k: use the skb->cb directly for RX status
2009-08-28 Bob Copelandath5k: clean up filter flags setting
2009-08-20 Luis R. Rodriguezath: move regulatory info into shared common structure
2009-08-20 Johannes Bergmac80211: allow configure_filter callback to sleep
2009-08-14 Luis R. Rodriguezath5k: use bit shift operators for cache line size
2009-08-14 Luis R. Rodriguezath5k: use common ath.ko ath_rxbuf_alloc()
2009-08-14 Nick Kossifidisath5k: Use SWI to trigger calibration
2009-08-14 Nick Kossifidisath5k: Wakeup fixes
2009-08-14 Joerg Albertath5k: fix missing output in monitor mode after ifconfig up
2009-08-04 Bob Copelandath5k: fix CAB queue operation
2009-08-04 Bob Copelandath5k: update PCU opmode whenever a new interface is...
2009-07-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-21 Bob Copelandath5k: temporarily disable crypto for AP mode
2009-07-10 Bob Copelandath5k: write PCU registers on initial reset
2009-07-10 Bob Copelandath5k: do not release irq across suspend/resume
2009-07-10 Bob Copelandath5k: rework beacon configuration
2009-07-10 Bob Copelandath5k: send buffered frames after the beacon
2009-07-10 Johannes Bergmac80211: push rx status into skb->cb
2009-07-10 Bob Copelandath5k: enable hardware LEDs
2009-06-19 Jiri Slabyath5k: fix beacon_int handling
2009-06-19 Jouni Malinenath5k: avoid PCI FATAL interrupts by restoring RETRY_TI...
2009-06-10 Bob Copelandath5k: minor rfkill cleanup
2009-06-10 Tobias Doerffelath5k: added cfg80211 based rfkill support
2009-06-03 Bob Copelandath5k: disable beacon interrupt when interface is down
2009-06-03 Bob Copelandath5k: remove conf->beacon_int usage
2009-06-03 John W. Linvilleath5k: avoid leaking mutex in ath5k_config
2009-05-20 Bob Copelandath5k: update beacons in AP mode
2009-05-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-06 Nick Kossifidisath5k: Implement antenna control
2009-05-06 Jiri Slabyath5k: Enable AP mode
2009-05-06 Nick Kossifidisath5k: Beaconing fixes
2009-05-06 Nick Kossifidisath5k: Allow user/driver to set txpower
2009-05-06 Bob Copelandath5k: correct interrupt storm warning
2009-05-06 Johannes Bergmac80211: unify config_interface and bss_info_changed
2009-05-06 Johannes Bergmac80211: clean up beacon interval settings
2009-04-22 Bob Copelandath5k: manipulate rxlink and descriptor address under...
2009-04-22 Bob Copelandath5k: use rx hw descriptor pointer for self-linked...
2009-04-22 Bob Copelandath5k: use bool for modparams
2009-04-22 Bob Copelandath5k: use tasklet_hi_schedule for beacon queue
next