aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/327-queue.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-28 19:35:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-28 19:35:38 +0000
commitcdc99530a24d8a784dce2cdb7789200840f2c7fb (patch)
treeb1087bf7af7e3fb473816c1f8731e801377fe648 /package/madwifi/patches/327-queue.patch
parentb3378a4f120657d96db891ce19ed6533f99d1f94 (diff)
downloadmaster-187ad058-cdc99530a24d8a784dce2cdb7789200840f2c7fb.tar.gz
master-187ad058-cdc99530a24d8a784dce2cdb7789200840f2c7fb.tar.bz2
master-187ad058-cdc99530a24d8a784dce2cdb7789200840f2c7fb.zip
more queue handling stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10296 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/327-queue.patch')
-rw-r--r--package/madwifi/patches/327-queue.patch31
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);
+ }