Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 21:16:00 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 68768 for review
Message-ID:  <200501112116.j0BLG0xC009409@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=68768

Change 68768 by sam@sam_ebb on 2005/01/11 21:15:29

	oops, process beacon frames in ibss mode

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#38 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#38 (text+ko) ====

@@ -1872,7 +1872,7 @@
 		 */ 
 		if (!((ic->ic_flags & IEEE80211_F_SCAN) ||
 		      (ic->ic_opmode == IEEE80211_M_STA && ni->ni_associd) ||
-		       ic->ic_opmode != IEEE80211_M_IBSS)) {
+		       ic->ic_opmode == IEEE80211_M_IBSS)) {
 			ic->ic_stats.is_rx_mgtdiscard++;
 			return;
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501112116.j0BLG0xC009409>