PERFORCE change 81527 for review

Sam Leffler sam at FreeBSD.org
Fri Aug 5 22:10:03 GMT 2005


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

Change 81527 by sam at sam_ebb on 2005/08/05 22:09:02

	oops, missing {}'s

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_proto.c#35 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_proto.c#35 (text+ko) ====

@@ -1174,11 +1174,12 @@
 					IEEE80211_RATE2MBS(ni->ni_rates.rs_rates[ni->ni_txrate]));
 			}
 #endif
-			if (ic->ic_opmode == IEEE80211_M_STA)
+			if (ic->ic_opmode == IEEE80211_M_STA) {
 				ieee80211_scan_assoc_success(ic,
 					ni->ni_macaddr);
 				ieee80211_notify_node_join(ic, ni, 
 					arg == IEEE80211_FC0_SUBTYPE_ASSOC_RESP);
+			}
 			if_start(ifp);		/* XXX not authorized yet */
 			break;
 		}


More information about the p4-projects mailing list