diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-01-28 19:35:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-01-28 19:35:38 +0000 |
commit | a79d8cc2df39a8d6013e7094dde2d5a8a305e485 (patch) | |
tree | e3c34c92e5fbb9bbfddf0f3e496e13db51c321fa /package/madwifi/patches/327-queue.patch | |
parent | d9ad14d717c122ed6f643e2445acdfeeb6a04e98 (diff) | |
download | upstream-a79d8cc2df39a8d6013e7094dde2d5a8a305e485.tar.gz upstream-a79d8cc2df39a8d6013e7094dde2d5a8a305e485.tar.bz2 upstream-a79d8cc2df39a8d6013e7094dde2d5a8a305e485.zip |
more queue handling stuff
SVN-Revision: 10296
Diffstat (limited to 'package/madwifi/patches/327-queue.patch')
-rw-r--r-- | package/madwifi/patches/327-queue.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/package/madwifi/patches/327-queue.patch b/package/madwifi/patches/327-queue.patch new file mode 100644 index 0000000000..521b31c889 --- /dev/null +++ b/package/madwifi/patches/327-queue.patch @@ -0,0 +1,31 @@ +Index: madwifi-trunk-r3280/ath/if_ath.c +=================================================================== +--- madwifi-trunk-r3280.orig/ath/if_ath.c 2008-01-28 20:01:09.051041030 +0100 ++++ madwifi-trunk-r3280/ath/if_ath.c 2008-01-28 20:01:55.057662800 +0100 +@@ -8336,8 +8336,6 @@ + ath_hal_intrset(sc->sc_ah, sc->sc_imask); + local_irq_restore(flags); + +- netif_wake_queue(dev); +- + if (sc->sc_softled) + ath_led_event(sc, ATH_LED_TX); + } +@@ -8384,8 +8382,6 @@ + ath_hal_intrset(sc->sc_ah, sc->sc_imask); + local_irq_restore(flags); + +- netif_wake_queue(dev); +- + if (sc->sc_softled) + ath_led_event(sc, ATH_LED_TX); + } +@@ -8418,8 +8414,6 @@ + ath_hal_intrset(sc->sc_ah, sc->sc_imask); + local_irq_restore(flags); + +- netif_wake_queue(dev); +- + if (sc->sc_softled) + ath_led_event(sc, ATH_LED_TX); + } |