PERFORCE change 134232 for review

Sam Leffler sam at FreeBSD.org
Sun Jan 27 11:26:55 PST 2008


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

Change 134232 by sam at sam_ebb on 2008/01/27 19:26:50

	add comment about iv_bss being clobbered by call

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_hostap.c#7 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_hostap.c#7 (text+ko) ====

@@ -233,6 +233,7 @@
 			ieee80211_create_ibss(vap,
 			    ieee80211_ht_adjust_channel(ic,
 				ic->ic_curchan, vap->iv_flags_ext));
+			/* NB: iv_bss is changed on return */
 			break;
 		case IEEE80211_S_CAC:
 			/*


More information about the p4-projects mailing list