X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fmadwifi%2Fpatches%2F396-napi_ff_fix.patch;h=f84c4b4d77230f940a148c7424cb65b6112db2e2;hb=782bb6ffb299f5fdfa4bb1e85c05cb583dacbac2;hp=ca35d4ccac5d6da1bd745ea90cdd80802b79f4ef;hpb=dc6f2bfb1a5b234aabda5e096817a6502d113c23;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/madwifi/patches/396-napi_ff_fix.patch b/net/madwifi/patches/396-napi_ff_fix.patch index ca35d4ccac..f84c4b4d77 100644 --- a/net/madwifi/patches/396-napi_ff_fix.patch +++ b/net/madwifi/patches/396-napi_ff_fix.patch @@ -1,6 +1,6 @@ --- a/ath/if_ath.c +++ b/ath/if_ath.c -@@ -6734,10 +6734,10 @@ ath_rx_poll(struct net_device *dev, int +@@ -6734,10 +6734,10 @@ ath_rx_poll(struct net_device *dev, int #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24) struct ath_softc *sc = container_of(napi, struct ath_softc, sc_napi); struct net_device *dev = sc->sc_dev;