projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
madwifi: add some extra sanity checking
[openwrt.git]
/
package
/
madwifi
/
patches
/
327-queue.patch
diff --git
a/package/madwifi/patches/327-queue.patch
b/package/madwifi/patches/327-queue.patch
index
53a80f6
..
a65c1ca
100644
(file)
--- a/
package/madwifi/patches/327-queue.patch
+++ b/
package/madwifi/patches/327-queue.patch
@@
-1,6
+1,6
@@
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -84
31,8 +8431
,6 @@
+@@ -84
44,8 +8444
,6 @@
ath_hal_intrset(sc->sc_ah, sc->sc_imask);
local_irq_restore(flags);
ath_hal_intrset(sc->sc_ah, sc->sc_imask);
local_irq_restore(flags);
@@
-9,7
+9,7
@@
if (sc->sc_softled)
ath_led_event(sc, ATH_LED_TX);
}
if (sc->sc_softled)
ath_led_event(sc, ATH_LED_TX);
}
-@@ -84
79,8 +8477
,6 @@
+@@ -84
92,8 +8490
,6 @@
ath_hal_intrset(sc->sc_ah, sc->sc_imask);
local_irq_restore(flags);
ath_hal_intrset(sc->sc_ah, sc->sc_imask);
local_irq_restore(flags);
@@
-18,7
+18,7
@@
if (sc->sc_softled)
ath_led_event(sc, ATH_LED_TX);
}
if (sc->sc_softled)
ath_led_event(sc, ATH_LED_TX);
}
-@@ -85
13,8 +8509
,6 @@
+@@ -85
26,8 +8522
,6 @@
ath_hal_intrset(sc->sc_ah, sc->sc_imask);
local_irq_restore(flags);
ath_hal_intrset(sc->sc_ah, sc->sc_imask);
local_irq_restore(flags);
This page took
0.025673 seconds
and
4
git commands to generate.