Date: Sun, 20 Nov 2016 22:41:18 +0000 (UTC) From: Fehmi Noyan ISI <fnoyanisi@yahoo.com> To: Adrian Chadd <adrian@freebsd.org> Cc: Freebsd Wireless <freebsd-wireless@freebsd.org> Subject: Re: Using net80211/IEEE80211_C_BITS macro Message-ID: <1618804244.754630.1479681678319@mail.yahoo.com> In-Reply-To: <CAJ-VmomoG8Vc25hkqKr%2Bn2B1%2BKJRGKBokYT2vzmNgZ4Cg7qivw@mail.gmail.com> References: <980351195.1573665.1479336792289.ref@mail.yahoo.com> <980351195.1573665.1479336792289@mail.yahoo.com> <CAJ-Vmokwaz6AcbS=Yqc8ExxcV%2BOTR-hd5eN3Gfq%2B0TTVyOpCnw@mail.gmail.com> <2112311201.1853303.1479370511602@mail.yahoo.com> <CAJ-VmonZJOVtmi-ghvPxaRC32GxXrWBBJDq%2BmF3qNwv__kVb%2Bg@mail.gmail.com> <1703426610.2431782.1479426526331@mail.yahoo.com> <CAJ-VmonRRmBFKwzPjn-wPpnKgdfWYdBUFYTEkQyu=O7zzGbzmg@mail.gmail.com> <456881900.492024.1479629524039@mail.yahoo.com> <CAJ-VmomoG8Vc25hkqKr%2Bn2B1%2BKJRGKBokYT2vzmNgZ4Cg7qivw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Appreciate it! ________________________________ From: Adrian Chadd <adrian@freebsd.org> To: Fehmi Noyan ISI <fnoyanisi@yahoo.com> Cc: Freebsd Wireless <freebsd-wireless@freebsd.org> Sent: Monday, November 21, 2016 7:12 AM Subject: Re: Using net80211/IEEE80211_C_BITS macro I'll try to find someone to back port the wifi bits to stable/11 before they get too problematic. A On Nov 20, 2016 12:12 AM, "Fehmi Noyan ISI" <fnoyanisi@yahoo.com> wrote: Thanks Adrian! > >Checked out revision 308871 and compiled the system from source. Had no issues during the built process. > >Also, verified the changes in the source tree > > >Script started on Sun Nov 20 20:59:17 2016 >root@test:~ # grep IEEE80211_C_BITS /usr/src/sbin/ifconfig/* >/usr/src/sbin/ifconfig/ ifieee80211.c: printb("drivercaps", dc->dc_drivercaps, IEEE80211_C_BITS); >root@test:~ # grep IEEE80211_C_BITS /usr/src/sys/net80211/* >/usr/src/sys/net80211/_ ieee80211.h:#define IEEE80211_C_BITS \ >/usr/src/sys/net80211/ ieee80211_ddb.c: db_printf("\tcaps=%b\n", vap->iv_caps, IEEE80211_C_BITS); >/usr/src/sys/net80211/ ieee80211_ddb.c: db_printf("\tcaps=%b\n", ic->ic_caps, IEEE80211_C_BITS); >root@test:~ # exit >exit > > >I used a VM (my only laptop has -RELEASE on it :{ , tried some bhyve trick like iwn passthru but did not succeed), hence could not specifically test "ifconfig wlan0 list caps" but since compilation went smooth, I would assume it should be OK. After all, changes do not constitute any new features or functions. > >Anything on the time frame till we could see this change on -RELEASE branch? > >Thanks > > >----- Original Message ----- >From: Adrian Chadd <adrian.chadd@gmail.com> >To: Fehmi Noyan ISI <fnoyanisi@yahoo.com> >Cc: Freebsd Wireless <freebsd-wireless@freebsd.org> >Sent: Saturday, November 19, 2016 10:12 AM >Subject: Re: Using net80211/IEEE80211_C_BITS macro > >Hi! > >Fixed in the latest -head. Two commits - one for net80211, one for ifconfig! > > > >-a >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1618804244.754630.1479681678319>