Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2008 19:50:39 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133428 for review
Message-ID:  <200801161950.m0GJodSv008546@repoman.freebsd.org>

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

Change 133428 by sam@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 =



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