From: Felix Fietkau Date: Fri, 3 Oct 2008 20:56:12 +0000 (+0000) Subject: merge r12841 to 8.09 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=74f257f4ae3ad54a8c618ed6536f2833d92de24a;p=openwrt%2Fsvn-archive%2Farchive.git merge r12841 to 8.09 SVN-Revision: 12843 --- diff --git a/package/madwifi/patches/375-atim_tsf_update.patch b/package/madwifi/patches/375-atim_tsf_update.patch index 3800b90c1b..cd5eefabdd 100644 --- a/package/madwifi/patches/375-atim_tsf_update.patch +++ b/package/madwifi/patches/375-atim_tsf_update.patch @@ -37,7 +37,7 @@ + struct ath_hal *ah = sc->sc_ah; + int dev = sc->sc_ah->ah_macType; + unsigned int nbtt, atim; -+ bool is_5210 = false; ++ bool is_5210 = 0; + + /* + * check if the ATIM window is still correct: @@ -50,7 +50,7 @@ + case 5210: + nbtt = OS_REG_READ(ah, AR5K_TIMER0_5210); + atim = OS_REG_READ(ah, AR5K_TIMER3_5210); -+ is_5210 = true; ++ is_5210 = 1; + break; + case 5211: + case 5212: