Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 08:12:04 +0000 (UTC)
From:      Fehmi Noyan ISI <fnoyanisi@yahoo.com>
To:        Adrian Chadd <adrian.chadd@gmail.com>
Cc:        Freebsd Wireless <freebsd-wireless@freebsd.org>
Subject:   Re: Using net80211/IEEE80211_C_BITS macro
Message-ID:  <456881900.492024.1479629524039@mail.yahoo.com>
In-Reply-To: <CAJ-VmonRRmBFKwzPjn-wPpnKgdfWYdBUFYTEkQyu=O7zzGbzmg@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>

next in thread | previous in thread | raw e-mail | index | archive | help
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?456881900.492024.1479629524039>