fix linux 2.4 compile with latest ibss fixes (thx, sven-ola)

SVN-Revision: 12841
master
Felix Fietkau 16 years ago
parent 187b76991d
commit c9552f3101
  1. 4
      package/madwifi/patches/375-atim_tsf_update.patch

@ -37,7 +37,7 @@
+ struct ath_hal *ah = sc->sc_ah; + struct ath_hal *ah = sc->sc_ah;
+ int dev = sc->sc_ah->ah_macType; + int dev = sc->sc_ah->ah_macType;
+ unsigned int nbtt, atim; + unsigned int nbtt, atim;
+ bool is_5210 = false; + bool is_5210 = 0;
+ +
+ /* + /*
+ * check if the ATIM window is still correct: + * check if the ATIM window is still correct:
@ -50,7 +50,7 @@
+ case 5210: + case 5210:
+ nbtt = OS_REG_READ(ah, AR5K_TIMER0_5210); + nbtt = OS_REG_READ(ah, AR5K_TIMER0_5210);
+ atim = OS_REG_READ(ah, AR5K_TIMER3_5210); + atim = OS_REG_READ(ah, AR5K_TIMER3_5210);
+ is_5210 = true; + is_5210 = 1;
+ break; + break;
+ case 5211: + case 5211:
+ case 5212: + case 5212:

Loading…
Cancel
Save