ath9k: Nuke struct ath9k_node_stats
[pandora-kernel.git] / drivers / net / wireless / ath / ath9k / main.c
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 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-14 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
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-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-08 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-08-06 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
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
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. Rodriguezmac80211: redefine usage of the mac80211 workqueue
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 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
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-30 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-30 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-07-29 Luis R. Rodriguezath9k: remove unused ATH_PCI_VERSION
2009-07-29 Gabor Juhosath9k: fix race with IEEE80211_CONF_PS checks
2009-07-28 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-27 Vivek Natarajanath9k: Add support for AR9287 based chipsets.
2009-07-27 Sujithath9k: Cleanup return values
2009-07-27 Sujithath9k: Remove redundant HT macros
2009-07-27 David S. MillerMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-26 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-07-24 Luis R. Rodriguezath9k: do not stop the queues in driver stop
2009-07-24 Luis R. Rodriguezath9k: disable radio when all devices are marked idle
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 Senthil Balasubram... ath9k: Fix TX hang issue with Atheros chipsets
2009-07-24 Senthil Balasubram... ath9k: Manipulate and report the correct RSSI
2009-07-24 Luis R. Rodriguezath9k: cleanup try count for MRR in rate control
2009-07-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-22 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide-2.6
2009-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-16 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-07-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-11 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2009-07-10 Senthil Balasubram... ath9k: Handle different TX and RX streams properly.
2009-07-10 Senthil Balasubram... ath9k: race condition in SCANNING state check during...
2009-07-10 Senthil Balasubram... ath9k: stop ani when the STA gets disconnected.
2009-07-10 Senthil Balasubram... ath9k: remove unnecessary STATION mode check.
2009-07-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-06 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide-2.6
2009-07-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-03 Takashi IwaiMerge branch 'fix/soundcore' into for-linus
2009-07-03 Ingo MolnarMerge branch 'amd-iommu/fixes' of git://git./linux...
2009-07-03 Ingo MolnarMerge branch 'dma-debug/fixes' of git://git./linux...
2009-07-02 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-01 Ingo MolnarMerge branch 'linus' into perfcounters/urgent
2009-07-01 Linus TorvaldsMerge branch 'perfcounters-fixes-for-linus' of git...
2009-06-30 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide-2.6
2009-06-29 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-06-28 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-06-26 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-06-26 Benjamin HerrenschmidtMerge commit 'kumar/next' into merge
2009-06-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide-2.6
2009-06-25 Takashi IwaiMerge branch 'for-2.6.31' of git://git./linux/kernel...
2009-06-24 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2009-06-24 Linus TorvaldsMerge git://git./linux/kernel/git/agk/linux-2.6-dm
2009-06-24 Linus TorvaldsMerge branch 'for-upstream' of git://git./linux/kernel...
2009-06-24 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-06-24 Dave AirlieMerge remote branch 'origin/drm-intel-next' of ../drm...
2009-06-24 Len BrownMerge branch 'bjorn-notify' into release
2009-06-24 Len BrownMerge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci...
2009-06-24 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-23 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-23 Linus TorvaldsMerge branch 'for-linus' of git://www.jni.nu/cris
2009-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-23 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2009-06-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide-2.6
2009-06-23 Ben Dooks[ARM] S3C maintainer updates merge branch maintainers...
2009-06-23 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/iommu-2.6.31
2009-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-22 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2009-06-22 Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
next