Mark 6tunnel as executable, avoids ": /etc/init.d/rcS: line 8: /etc/rc.d/S466tunnel...
[openwrt.git] / package / madwifi / patches / 122-replayfail_workaround.patch
1 Index: madwifi-ng-r2756-20071018/net80211/ieee80211_linux.c
2 ===================================================================
3 --- madwifi-ng-r2756-20071018.orig/net80211/ieee80211_linux.c 2007-10-24 06:20:16.461627371 +0200
4 +++ madwifi-ng-r2756-20071018/net80211/ieee80211_linux.c 2007-10-24 06:20:19.373793330 +0200
5 @@ -333,6 +333,9 @@
6 k->wk_cipher->ic_name, k->wk_keyix,
7 (unsigned long long)rsc );
8
9 + /* disabled for now due to bogus events for unknown reasons */
10 + return;
11 +
12 /* TODO: needed parameters: count, keyid, key type, src address, TSC */
13 snprintf(buf, sizeof(buf), "%s(keyid=%d %scast addr=%s)", tag,
14 k->wk_keyix,
This page took 0.05797 seconds and 5 git commands to generate.