Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / net / wireless / ath / ath9k / main.c
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-19 Felix Fietkauath9k: fix beacon slot/buffer leak
2010-01-15 Felix Fietkauath9k: implement coverage class support
2010-01-15 Felix Fietkauath9k: cleanup slot time and ack/cts timeout handling
2010-01-12 Sujithath9k: Fix monitor mode handling
2010-01-12 Sujithath9k: Fix queue handling
2010-01-12 Sujithath9k: Cleanup Powersave flags
2010-01-12 Sujithath9k: Add new file init.c
2010-01-12 Sujithath9k: Add a new file for GPIO
2010-01-12 Luis R. Rodriguezath9k: re-enable ps by default for new single chip...
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 Luis R. Rodriguezath9k: wake hardware during AMPDU TX actions
2009-12-28 Luis R. Rodriguezath9k: wake hardware for interface IBSS/AP/Mesh removal
2009-12-28 Sujithath9k: fix suspend by waking device prior to stop
2009-12-28 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2009-12-26 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-12-22 Sujithath9k: Fix TX poll routine
2009-12-22 Sujithath9k: Remove ANI lock
2009-12-21 Sujithath9k: Stop ANI when doing a reset
2009-12-04 Gabor Juhosath9k: enable 2GHz band only if the device supports it
2009-11-28 Vivek Natarajanath9k: Ensure a fair beacon distribution in IBSS mode.
2009-11-28 Benoit Papillaultath9k: Proper padding/unpadding for the TX/RX path.
2009-11-28 Luis R. Rodriguezath9k: fix processing of TX PS null data frames
2009-11-28 Felix Fietkauath9k: properly use the mac80211 rate control api
2009-11-23 John W. Linvilleath9k: set ps_default as false
2009-11-23 John W. Linvilleath9k: set ps_default as false
2009-11-18 Johannes Bergmac80211: convert aggregation to operate on vifs/stas
2009-11-18 Sujithath9k: Cleanup bss_info_changed callback
2009-11-11 Luis R. Rodriguezath9k: move driver keymap, keymax and splitmic to common
2009-11-11 Luis R. Rodriguezath9k: move struct ath_ani to common area
2009-11-11 Luis R. Rodriguezath9k: pass the ieee80211_hw on radio enable/disable
2009-11-11 Luis R. Rodriguezath9k: fix listening to idle requests
2009-10-30 Luis R. Rodriguezath9k_hw: move mac name and rf name helpers to hw code
2009-10-09 Luis R. Rodriguezath9k: use right parameter for MODULE_PARM_DESC() for...
2009-10-07 Luis R. Rodriguezath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_s...
2009-10-07 Luis R. Rodriguezath9k: move ath_cleanup() below helpers to avoid forwar...
2009-10-07 Luis R. Rodriguezath9k: add a helper to clean the core driver upon modul...
2009-10-07 Luis R. Rodriguezath9k: add helper to un-init the hw properly
2009-10-07 Luis R. Rodriguezath9k: initialize hw prior to debugfs
2009-10-07 Luis R. Rodriguezath9k: move common->debug_mask setting to ath_init_softc()
2009-10-07 Luis R. Rodriguezatheros: define a common priv struct
2009-10-07 Luis R. Rodriguezath9k: make ath9k_common_ops const
2009-10-07 Luis R. Rodriguezatheros: move bus ops to ath_common
2009-10-07 Luis R. Rodriguezath9k: remove driver ASSERT, just use BUG_ON()
2009-10-07 Luis R. Rodriguezath9k: remove ath9k_ht_macmode
2009-10-07 Luis R. Rodriguezatheros: move tx/rx chainmask to ath_common
2009-10-07 Luis R. Rodriguezatheros: add common debug printing
2009-10-07 Luis R. Rodriguezath9k: separate core driver and hw timer code
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. Rodriguezatheros/ath9k: add common read/write ops and port ath9k...
2009-10-07 Luis R. Rodriguezath9k: Define bus agnostic bluetooth coex prep helper
2009-10-07 Luis R. Rodriguezath9k: move ath_common to ath_hw
2009-10-07 Luis R. Rodriguezatheros/ath9k: move macaddr, curaid, curbssid and bssid...
2009-10-07 Luis R. Rodriguezath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_...
2009-10-07 Luis R. Rodriguezath9k: rename driver core and hw power save helpers
2009-10-07 Luis R. Rodriguezath9k: move ath9k_hw_setpower() to main.c
2009-10-07 Luis R. Rodriguezath9k: move ath9k_ps_wakeup() and ath9k_ps_restore...
2009-10-07 Luis R. Rodriguezath9k: move ps helpers onto core driver when reseting tsf
2009-10-07 Luis R. Rodriguezath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c
2009-10-07 Luis R. Rodriguezath9k: simplify ath_btcoex_bt_stomp()
2009-10-07 Luis R. Rodriguezath9k: rename ath_btcoex_info to ath_btcoex_hw
2009-10-07 Luis R. Rodriguezath9k: rename btcoex_scheme to just scheme
2009-10-07 Luis R. Rodriguezath9k: move bt_stomp_type to driver core
2009-10-07 Luis R. Rodriguezath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
2009-10-07 Luis R. Rodriguezath9k: move driver core helpers to main.c
2009-10-07 Luis R. Rodriguezath9k: move hw specific btcoex info to ath_hw
2009-10-07 Luis R. Rodriguezath9k: move btcoex core driver info to its own struct
2009-10-07 Luis R. Rodriguezath9k: use ath_hw for DPRINTF() and debug init/exit
2009-09-23 Sujithath9k: Fix RFKILL bugs
2009-09-23 Vivek Natarajanath9k: Revamp PCIE workarounds
2009-09-09 Vasanthakumar Thia... ath9k: Store subsystem id in struct hw_version
2009-09-09 Vasanthakumar Thia... ath9k: Disable ASPM when btcoex is active
2009-09-08 Sujithath9k: Fix channelFlags for 2GHZ
2009-09-08 Sujithath9k: Fix RX Filter handling for BAR
2009-09-02 Vivek Natarajanath9k: Reconfigure beacon timers after the scan is...
2009-09-01 Vasanthakumar Thia... ath9k: Move generic hw timer intr handler to bottom...
2009-08-28 Vasanthakumar Thia... ath9k: Add Bluetooth Coexistence 3-wire support
2009-08-28 Vasanthakumar Thia... ath9k: Remove hw capability bit meant for btcoex
2009-08-28 Vasanthakumar Thia... ath9k: Determine btcoex scheme type based on chip version
2009-08-28 Vasanthakumar Thia... ath9k: Split ath9k_hw_btcoex_enable() into two logical...
2009-08-28 Sujithath9k: Fix chainmask selection during scanning
2009-08-20 Vasanthakumar Thia... ath9k: Nuke struct ath9k_node_stats
2009-08-20 Luis R. Rodriguezath: move regulatory info into shared common structure
2009-08-20 Sujithath9k: Fix TX poll cancelling
2009-08-20 Johannes Bergmac80211: allow configure_filter callback to sleep
2009-08-20 Vivek Natarajanath9k: Enable LEDs for AR9287 chipsets.
2009-08-14 Sujithath9k: Set HW state properly
2009-08-14 Sujithath9k: Remove has_hw_phycounters
2009-08-14 Luis R. Rodriguezath: add common ath_rxbuf_alloc() and make ath9k use it
2009-08-14 Luis R. Rodriguezath9k: Fix regression on receiving PS poll frames
2009-08-04 Luis R. Rodriguezath9k: cancel xmit poll work at stop() callback
2009-08-04 Luis R. Rodriguezath9k: remove dangling error check on keycache reset...
2009-08-04 Luis R. Rodriguezath9k: call ath9k_hw_detach() once upon hw init failure
2009-08-04 Luis R. Rodriguezath9k: set sc->sc_ah to NULL after freeing it
2009-08-04 Luis R. Rodriguezath9k: distinguish between device initialization and...
2009-08-04 Luis R. Rodriguezath9k: describe hw initialization better
2009-08-04 Luis R. Rodriguezath9k: remove debug message for no memoery on ath_init()
2009-08-04 Luis R. Rodriguezath9k: pass only one argument to hw attach
next