diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-20 21:26:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-20 21:26:21 +0000 |
commit | 4f8a59539d9e93f645e615e80506abb957dc5e34 (patch) | |
tree | db27c0836796feb7dd01dac04300377bd1018d5d /package/madwifi/patches/122-replayfail_workaround.patch | |
parent | 32d7e0916a8deecb1ea9ea0c9d156bdfd083475a (diff) | |
download | upstream-4f8a59539d9e93f645e615e80506abb957dc5e34.tar.gz upstream-4f8a59539d9e93f645e615e80506abb957dc5e34.tar.bz2 upstream-4f8a59539d9e93f645e615e80506abb957dc5e34.zip |
refresh madwifi patches, fix an issue with napi polling (thx SeG)
SVN-Revision: 10511
Diffstat (limited to 'package/madwifi/patches/122-replayfail_workaround.patch')
-rw-r--r-- | package/madwifi/patches/122-replayfail_workaround.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/madwifi/patches/122-replayfail_workaround.patch b/package/madwifi/patches/122-replayfail_workaround.patch index 4d39f7032e..f1d497b3e1 100644 --- a/package/madwifi/patches/122-replayfail_workaround.patch +++ b/package/madwifi/patches/122-replayfail_workaround.patch @@ -1,14 +1,14 @@ -Index: madwifi-dfs-r3053/net80211/ieee80211_linux.c +Index: madwifi-trunk-r3314/net80211/ieee80211_linux.c =================================================================== ---- madwifi-dfs-r3053.orig/net80211/ieee80211_linux.c 2007-12-13 05:25:10.626231021 +0100 -+++ madwifi-dfs-r3053/net80211/ieee80211_linux.c 2007-12-13 05:25:12.422333377 +0100 +--- madwifi-trunk-r3314.orig/net80211/ieee80211_linux.c 2008-02-20 18:10:46.075140065 +0100 ++++ madwifi-trunk-r3314/net80211/ieee80211_linux.c 2008-02-20 18:10:47.887243331 +0100 @@ -331,6 +331,9 @@ k->wk_cipher->ic_name, k->wk_keyix, - (unsigned long long)rsc ); + (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, + snprintf(buf, sizeof(buf), "%s(keyid=%d %scast addr=" MAC_FMT ")", tag, k->wk_keyix, |