Date: Wed, 2 Feb 2005 22:47:14 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 70188 for review Message-ID: <200502022247.j12MlEJx077501@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=70188 Change 70188 by sam@sam_ebb on 2005/02/02 22:47:13 get opmode from the right place Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_output.c#5 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_output.c#5 (text+ko) ==== @@ -1326,7 +1326,7 @@ frm += 8; *(u_int16_t *)frm = htole16(vap->iv_bss->ni_intval); frm += 2; - if (ic->ic_opmode == IEEE80211_M_IBSS) + if (vap->iv_opmode == IEEE80211_M_IBSS) capinfo = IEEE80211_CAPINFO_IBSS; else capinfo = IEEE80211_CAPINFO_ESS;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502022247.j12MlEJx077501>