From 9204c7e2069addf6d5b5fc22f3c0f476716faf87 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 4 Oct 2008 10:13:12 +0000 Subject: 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 --- package/madwifi/patches/375-atim_tsf_update.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/madwifi') diff --git a/package/madwifi/patches/375-atim_tsf_update.patch b/package/madwifi/patches/375-atim_tsf_update.patch index cd5eefabd..a8a05e03a 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: -- cgit v1.2.3