PERFORCE change 68768 for review

Sam Leffler sam at FreeBSD.org
Tue Jan 11 13:16:02 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=68768

Change 68768 by sam at 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;
 		}


More information about the p4-projects mailing list