Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 02:42:17 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136203 for review
Message-ID:  <200802260242.m1Q2gHQk080579@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=136203

Change 136203 by sam@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802260242.m1Q2gHQk080579>