projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: update bcma and ssb to master-2011-07-21
[openwrt.git]
/
package
/
madwifi
/
patches
/
431-compile_fixes.patch
diff --git
a/package/madwifi/patches/431-compile_fixes.patch
b/package/madwifi/patches/431-compile_fixes.patch
index
16485cb
..
b11d406
100644
(file)
--- a/
package/madwifi/patches/431-compile_fixes.patch
+++ b/
package/madwifi/patches/431-compile_fixes.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
-@@ -238
7,7 +2387
,9 @@ ath_intr(int irq, void *dev_id, struct p
+@@ -238
8,7 +2388
,9 @@ ath_intr(int irq, void *dev_id, struct p
if (status & (HAL_INT_RX | HAL_INT_RXPHY)) {
ath_uapsd_processtriggers(sc, hw_tsf);
sc->sc_isr &= ~HAL_INT_RX;
if (status & (HAL_INT_RX | HAL_INT_RXPHY)) {
ath_uapsd_processtriggers(sc, hw_tsf);
sc->sc_isr &= ~HAL_INT_RX;
@@
-11,7
+11,7
@@
if (netif_rx_schedule_prep(dev, &sc->sc_napi))
#else
if (netif_rx_schedule_prep(dev))
if (netif_rx_schedule_prep(dev, &sc->sc_napi))
#else
if (netif_rx_schedule_prep(dev))
-@@ -239
5,7 +2397
,9 @@ ath_intr(int irq, void *dev_id, struct p
+@@ -239
6,7 +2398
,9 @@ ath_intr(int irq, void *dev_id, struct p
{
sc->sc_imask &= ~HAL_INT_RX;
ath_hal_intrset(ah, sc->sc_imask);
{
sc->sc_imask &= ~HAL_INT_RX;
ath_hal_intrset(ah, sc->sc_imask);
@@
-22,7
+22,7
@@
__netif_rx_schedule(dev, &sc->sc_napi);
#else
__netif_rx_schedule(dev);
__netif_rx_schedule(dev, &sc->sc_napi);
#else
__netif_rx_schedule(dev);
-@@ -713
1,7 +7135
,9 @@ rx_next:
+@@ -713
5,7 +7139
,9 @@ rx_next:
local_irq_restore(flags);
}
local_irq_restore(flags);
}
This page took
0.023318 seconds
and
4
git commands to generate.