mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:33:08 +02:00
5ae7e31f6f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9422 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
642 B
Diff
15 lines
642 B
Diff
Index: madwifi-ng-r2756-20071018/net80211/ieee80211_linux.c
|
|
===================================================================
|
|
--- madwifi-ng-r2756-20071018.orig/net80211/ieee80211_linux.c 2007-10-24 06:20:16.461627371 +0200
|
|
+++ madwifi-ng-r2756-20071018/net80211/ieee80211_linux.c 2007-10-24 06:20:19.373793330 +0200
|
|
@@ -333,6 +333,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,
|