PERFORCE change 133428 for review

Sam Leffler sam at FreeBSD.org
Wed Jan 16 11:50:40 PST 2008


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

Change 133428 by sam at sam_ebb on 2008/01/16 19:49:45

	force initial ic_opmode to STA so media setup works; may
	want to handle this in net80211

Affected files ...

.. //depot/projects/vap/sys/dev/usb/if_zyd.c#6 edit

Differences ...

==== //depot/projects/vap/sys/dev/usb/if_zyd.c#6 (text+ko) ====

@@ -386,6 +386,7 @@
 
 	ic->ic_ifp = ifp;
 	ic->ic_phytype = IEEE80211_T_OFDM;	/* not only, but not used */
+	ic->ic_opmode = IEEE80211_M_STA;
 
 	/* set device capabilities */
 	ic->ic_caps =


More information about the p4-projects mailing list