ath9k: Nuke struct ath9k_node_stats
[safe/jmp/linux-2.6] / drivers / net / wireless / ath / ath9k /
2009-08-20 Vasanthakumar Thia... ath9k: Nuke struct ath9k_node_stats
2009-08-20 Vasanthakumar Thia... ath9k: Fix bug in retrieving average beacon rssi
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: Updates for AR9287_12 version of chipset.
2009-08-20 Vivek Natarajanath9k: Fix ref power interpolation logic for AR9287...
2009-08-20 Vivek Natarajanath9k: Enable LEDs for AR9287 chipsets.
2009-08-20 Vivek Natarajanath9k: Set AR_WA for AR9287 as it improves consistency...
2009-08-20 Vivek Natarajanath9k: Add open loop power control support for AR9287.
2009-08-14 Sujithath9k: Set HW state properly
2009-08-14 Sujithath9k: Fix bug in PCI resume
2009-08-14 Sujithath9k: Remove duplicate variables
2009-08-14 Sujithath9k: Remove has_hw_phycounters
2009-08-14 Luis R. Rodriguezath9k: update kconfig to indicate support for AR9002...
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-14 Sujithath9k: Update beacon RSSI
2009-08-14 Sujithath9k: Remove local chainmask variable
2009-08-14 Sujithath9k: Cleanup TX power calculation for 4K chips
2009-08-14 Sujithath9k: Clean antenna configuration for 4K EEPROM chips
2009-08-14 Sujithath9k: Add macros for Antenna Diversity
2009-08-14 Sujithath9k: Cleanup ath9k_hw_4k_set_gain() interface
2009-08-14 Sujithath9k: Split eeprom.c into manageable pieces
2009-08-14 Sujithath9k: Remove a few DEBUG mesages
2009-08-14 Sujithath9k: Try to fix whitespace damage
2009-08-14 Sujithath9k: Cleanup function return types
2009-08-14 Sujithath9k: Remove unneeded assignment of protocol field
2009-08-14 Luis R. Rodriguezath9k: use new FIF_PSPOLL configure filter
2009-08-04 Luis R. Rodriguezath9k: fix compile warning on ath9k_hw_AR9287_check_eep...
2009-08-04 Luis R. Rodriguezath9k: cancel xmit poll work at stop() callback
2009-08-04 Luis R. Rodriguezath9k: add initial hardware support for ar9271
2009-08-04 Luis R. Rodriguezath9k: add initvals and registry definitions for AR9271
2009-08-04 Luis R. Rodriguezath9k: add ar9271 revision and subrevision ID helpers
2009-08-04 Luis R. Rodriguezath9k: Remove _t postfix for ar9287_eeprom structure
2009-08-04 Luis R. Rodriguezath9k: remove spurious check for channel on keycache...
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: set ah to null after freeing
2009-08-04 Luis R. Rodriguezath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_dis...
2009-08-04 Luis R. Rodriguezath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free()
2009-08-04 Luis R. Rodriguezath9k: use helper macro to kfree and nullify on ath9k_h...
2009-08-04 Luis R. Rodriguezath9k: remove !NULL check before kfree()
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: break up hw initialization into a few more helpers
2009-08-04 Luis R. Rodriguezath9k: remove debug message for no memoery on ath_init()
2009-08-04 Luis R. Rodriguezath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_...
2009-08-04 Luis R. Rodriguezath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defa...
2009-08-04 Luis R. Rodriguezath9k: move hw macrevision checker to helper
2009-08-04 Luis R. Rodriguezath9k: pass only one argument to hw attach
2009-08-04 Luis R. Rodriguezath9k: call hw initializer directly
2009-08-04 Luis R. Rodriguezath9k: move cache setting of softc ah prior to attach
2009-08-04 Luis R. Rodriguezath9k: move devid cache setting to ath_init()
2009-08-04 Luis R. Rodriguezath9k: move memory allocation of ath_hw to ath_init()
2009-08-04 Luis R. Rodriguezath9k: propagate hw initialization errors
2009-08-04 Luis R. Rodriguezath9k: use a switch for revising supported hw mac revisions
2009-08-04 Luis R. Rodriguezath9k: remove usage of AR_SREV_*() wrapper to detect...
2009-08-04 Luis R. Rodriguezmac80211: redefine usage of the mac80211 workqueue
2009-08-04 Vasanthakumar Thia... ath9k: Remove unused ath9k_hw_intrget()
2009-08-04 Vasanthakumar Thia... ath9k: Maintain monotonicity of PER while going across...
2009-08-04 Vasanthakumar Thia... ath9k: Update rate control for 11NA HT40 mode
2009-08-04 Luis R. Rodriguezath: simplify kconfig dependency and add documentation
2009-08-04 Luis R. Rodriguezath9k: move workqueue cancels to stop callback
2009-08-04 Luis R. Rodriguezath9k: move cancel_delayed_work_sync() out of ath_deini...
2009-08-04 Luis R. Rodriguezath9k: re-order cancelling of work on mac80211 workqueue
2009-07-31 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-07-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-29 Luis R. Rodriguezath9k: remove unused ATH_PCI_VERSION
2009-07-29 Sujithath9k: Add debug counters for TX
2009-07-29 Gabor Juhosath9k: get rid of unnecessary setpower calls
2009-07-29 Gabor Juhosath9k: fix race with IEEE80211_CONF_PS checks
2009-07-27 Vivek Natarajanath9k: Add support for AR9287 based chipsets.
2009-07-27 Sujithath9k: Remove a few redundant variables/macros
2009-07-27 Sujithath9k: Cleanup return values
2009-07-27 Sujithath9k: Remove redundant HT macros
2009-07-27 Sujithath9k: Fix a sparse warning
2009-07-27 Sujithath9k: Trivial fix in Kconfig
2009-07-27 Vivek Natarajanath9k: Add init values for AR9287 based chipsets.
2009-07-27 Roel Kluinath9k: Read outside array bounds
2009-07-24 Luis R. Rodriguezath9k: do not stop the queues in driver stop
2009-07-24 Gabor Juhosath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsf
2009-07-24 Gabor Juhosath9k: wake up the chip for TSF reset
2009-07-24 Vivek Natarajanath9k: Add AR9287 based chipsets' register information.
2009-07-24 Luis R. Rodriguezath9k: disable radio when all devices are marked idle
2009-07-24 Gabor Juhosath9k: serialize ath9k_ps_{wakeup,restore} calls
2009-07-24 Gabor Juhosath9k: uninline ath9k_ps_{wakeup,restore} functions
2009-07-24 Gabor Juhosath9k: serialize ath9k_hw_setpower calls
2009-07-24 Vasanthakumar Thia... ath9k: Remove pointless ath9k_ps_restore() in ath_detach()
2009-07-24 Vasanthakumar Thia... ath9k: Handle tx desc shortage more appropriately
2009-07-24 Vasanthakumar Thia... ath9k: Remove bogus assert in ath_clone_txbuf()
2009-07-24 Senthil Balasubram... ath9k: Fix TX hang issue with Atheros chipsets
2009-07-24 Senthil Balasubram... ath9k: RX stucks during heavy traffic in HT40 mode.
2009-07-24 Senthil Balasubram... ath9k: Manipulate and report the correct RSSI
2009-07-24 Vasanthakumar Thia... ath9k: Nuke struct ath_tx_ratectrl_state
2009-07-24 Vasanthakumar Thia... ath9k: Use probe interval instead of rssi reduce interval
2009-07-24 Vasanthakumar Thia... ath9k: Remove unused members from rate control structure
2009-07-24 Vasanthakumar Thia... ath9k: Remove dead code in rate control
2009-07-24 Luis R. Rodriguezath9k: remove rate control wraper
next