1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

madwifi: add another missing change for linux 2.4 compat

SVN-Revision: 12847
This commit is contained in:
Felix Fietkau 2008-10-04 10:13:12 +00:00
parent c9552f3101
commit 6928d7321d

@ -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 = 0; + int is_5210 = 0;
+ +
+ /* + /*
+ * check if the ATIM window is still correct: + * check if the ATIM window is still correct: