PERFORCE change 136203 for review

Sam Leffler sam at FreeBSD.org
Tue Feb 26 02:42:18 UTC 2008


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

Change 136203 by sam at sam_ebb on 2008/02/26 02:42:06

	default opmode to STA to soothe default media status 

Affected files ...

.. //depot/projects/vap/sys/dev/ral/rt2560.c#17 edit

Differences ...

==== //depot/projects/vap/sys/dev/ral/rt2560.c#17 (text) ====

@@ -275,6 +275,7 @@
 	IFQ_SET_READY(&ifp->if_snd);
 
 	ic->ic_ifp = ifp;
+	ic->ic_opmode = IEEE80211_M_STA;
 	ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
 
 	/* set device capabilities */


More information about the p4-projects mailing list