PERFORCE change 68857 for review

Sam Leffler sam at FreeBSD.org
Wed Jan 12 14:02:14 PST 2005


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

Change 68857 by sam at sam_ebb on 2005/01/12 22:01:12

	clear wme update flag when constructing the ie in a beacon;
	for consistency

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_output.c#33 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_output.c#33 (text+ko) ====

@@ -1619,6 +1619,7 @@
 	if (ic->ic_flags & IEEE80211_F_WME) {
 		bo->bo_wme = frm;
 		frm = ieee80211_add_wme_param(frm, &ic->ic_wme);
+		ic->ic_flags &= ~IEEE80211_F_WMEUPDATE;
 	}
 	if (ic->ic_flags & IEEE80211_F_WPA)
 		frm = ieee80211_add_wpa(frm, ic);


More information about the p4-projects mailing list