more queue handling stuff
[openwrt/svn-archive/archive.git] / package / madwifi / patches / 327-queue.patch
1 Index: madwifi-trunk-r3280/ath/if_ath.c
2 ===================================================================
3 --- madwifi-trunk-r3280.orig/ath/if_ath.c 2008-01-28 20:01:09.051041030 +0100
4 +++ madwifi-trunk-r3280/ath/if_ath.c 2008-01-28 20:01:55.057662800 +0100
5 @@ -8336,8 +8336,6 @@
6 ath_hal_intrset(sc->sc_ah, sc->sc_imask);
7 local_irq_restore(flags);
8
9 - netif_wake_queue(dev);
10 -
11 if (sc->sc_softled)
12 ath_led_event(sc, ATH_LED_TX);
13 }
14 @@ -8384,8 +8382,6 @@
15 ath_hal_intrset(sc->sc_ah, sc->sc_imask);
16 local_irq_restore(flags);
17
18 - netif_wake_queue(dev);
19 -
20 if (sc->sc_softled)
21 ath_led_event(sc, ATH_LED_TX);
22 }
23 @@ -8418,8 +8414,6 @@
24 ath_hal_intrset(sc->sc_ah, sc->sc_imask);
25 local_irq_restore(flags);
26
27 - netif_wake_queue(dev);
28 -
29 if (sc->sc_softled)
30 ath_led_event(sc, ATH_LED_TX);
31 }