diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-04 10:13:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-04 10:13:12 +0000 |
commit | 6928d7321de7b65f344907f8b427d8576c77f914 (patch) | |
tree | b6b9730b8ac8a85b5fb45892933d1e459d2b7a95 /package | |
parent | c9552f3101ef283ce74c587bce3bf429acbbc5ad (diff) | |
download | upstream-6928d7321de7b65f344907f8b427d8576c77f914.tar.gz upstream-6928d7321de7b65f344907f8b427d8576c77f914.tar.bz2 upstream-6928d7321de7b65f344907f8b427d8576c77f914.zip |
madwifi: add another missing change for linux 2.4 compat
SVN-Revision: 12847
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/patches/375-atim_tsf_update.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/375-atim_tsf_update.patch b/package/madwifi/patches/375-atim_tsf_update.patch index cd5eefabdd..a8a05e03ae 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 = 0; ++ int is_5210 = 0; + + /* + * check if the ATIM window is still correct: |