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 | 6f0f17a1c29800f5c3b82a153d103472e1b626f3 (patch) | |
tree | 7e481f0bd1c79f510c37945c5512f339e94f0531 /package/madwifi/patches | |
parent | 94f96443f0534a51a98d3d930a728d35b57464f9 (diff) | |
download | upstream-6f0f17a1c29800f5c3b82a153d103472e1b626f3.tar.gz upstream-6f0f17a1c29800f5c3b82a153d103472e1b626f3.tar.bz2 upstream-6f0f17a1c29800f5c3b82a153d103472e1b626f3.zip |
madwifi: add another missing change for linux 2.4 compat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches')
-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: |