X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/09b5c94c9ee54821da6c71b582ae340f0a0f7c44..31a40f97ef54e10e2b3dc3cacb9cff436657c586:/package/madwifi/patches/413-rxorn.patch?ds=inline diff --git a/package/madwifi/patches/413-rxorn.patch b/package/madwifi/patches/413-rxorn.patch index b4174716d..0e8d885da 100644 --- a/package/madwifi/patches/413-rxorn.patch +++ b/package/madwifi/patches/413-rxorn.patch @@ -1,6 +1,6 @@ --- a/ath/if_ath.c +++ b/ath/if_ath.c -@@ -2307,6 +2307,17 @@ ath_intr(int irq, void *dev_id, struct p +@@ -2308,6 +2308,17 @@ ath_intr(int irq, void *dev_id, struct p sc->sc_isr = status; status &= sc->sc_imask; /* discard unasked for bits */ @@ -18,7 +18,7 @@ /* As soon as we know we have a real interrupt we intend to service, * we will check to see if we need an initial hardware TSF reading. * Normally we would just populate this all the time to keep things -@@ -2319,10 +2330,6 @@ ath_intr(int irq, void *dev_id, struct p +@@ -2320,10 +2331,6 @@ ath_intr(int irq, void *dev_id, struct p sc->sc_stats.ast_hardware++; ath_hal_intrset(ah, 0); /* disable intr's until reset */ ATH_SCHEDULE_TQUEUE(&sc->sc_fataltq, &needmark);