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 <[email protected]>
To: Fehmi Noyan ISI <[email protected]>
Cc: Freebsd Wireless <[email protected]>
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "[email protected]"

Reply via email to