diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-02 02:22:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-02 02:22:01 +0000 |
commit | 47ecff5cf8e907af397624a3bf09ba2a293053a8 (patch) | |
tree | efce325f9c067338a32d1df74f26e1cfb6b97ccd /package/madwifi/patches/122-replayfail_workaround.patch | |
parent | e19eb3d8286ad66f455721f8b7f8260bce5e4016 (diff) | |
download | upstream-47ecff5cf8e907af397624a3bf09ba2a293053a8.tar.gz upstream-47ecff5cf8e907af397624a3bf09ba2a293053a8.tar.bz2 upstream-47ecff5cf8e907af397624a3bf09ba2a293053a8.zip |
madwifi update: include upstream fixes for ff handling, disable ff by default (not reliable enough), wpa in ap mode should be working now
SVN-Revision: 7440
Diffstat (limited to 'package/madwifi/patches/122-replayfail_workaround.patch')
-rw-r--r-- | package/madwifi/patches/122-replayfail_workaround.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/madwifi/patches/122-replayfail_workaround.patch b/package/madwifi/patches/122-replayfail_workaround.patch new file mode 100644 index 0000000000..49f1a13a8f --- /dev/null +++ b/package/madwifi/patches/122-replayfail_workaround.patch @@ -0,0 +1,13 @@ +diff -ur madwifi.old/net80211/ieee80211_linux.c madwifi.dev/net80211/ieee80211_linux.c +--- madwifi.old/net80211/ieee80211_linux.c 2007-05-30 03:41:18.000000000 +0200 ++++ madwifi.dev/net80211/ieee80211_linux.c 2007-06-02 01:43:40.818092096 +0200 +@@ -285,6 +285,9 @@ + k->wk_cipher->ic_name, k->wk_keyix, + (unsigned long long)rsc ); + ++ /* disabled for now due to bogus events for unknown reasons */ ++ return; ++ + /* TODO: needed parameters: count, keyid, key type, src address, TSC */ + snprintf(buf, sizeof(buf), "%s(keyid=%d %scast addr=%s)", tag, + k->wk_keyix, |