From b910cf91f636873485856bc13e4b2a7074437639 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 May 2007 16:24:11 +0000 Subject: huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes lots of bugfixes and performance enhancements SVN-Revision: 7211 --- package/madwifi/patches/308-mlme_fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/madwifi/patches/308-mlme_fix.patch (limited to 'package/madwifi/patches/308-mlme_fix.patch') diff --git a/package/madwifi/patches/308-mlme_fix.patch b/package/madwifi/patches/308-mlme_fix.patch new file mode 100644 index 0000000..57776bb --- /dev/null +++ b/package/madwifi/patches/308-mlme_fix.patch @@ -0,0 +1,12 @@ +diff -urN madwifi-ng-refcount-r2313-20070505.old/net80211/ieee80211_wireless.c madwifi-ng-refcount-r2313-20070505.dev/net80211/ieee80211_wireless.c +--- madwifi-ng-refcount-r2313-20070505.old/net80211/ieee80211_wireless.c 2007-05-13 18:17:56.109039168 +0200 ++++ madwifi-ng-refcount-r2313-20070505.dev/net80211/ieee80211_wireless.c 2007-05-13 18:17:56.795934744 +0200 +@@ -3359,7 +3359,7 @@ + if (ieee80211_sta_join(vap, lookup.se)) + while (!vap->iv_nsdone) + IEEE80211_RESCHEDULE(); +- if (vap->iv_nsparams.result) ++ if (!vap->iv_nsparams.result) + return 0; + } + } -- cgit v1.1