CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2022/03/07 01:13:13
Modified files: sbin/ifconfig : ifconfig.c sys/net80211 : ieee80211_ioctl.c ieee80211_ioctl.h Log message: rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfo ioctls should use dedicated names for their structs, but SIOCG80211ALLCHANS duplicated struct ieee80211_channel. We cannot make changes to the kernel's version of ieee80211_channel while an ioctl is squatting on the struct name. Helpful guidance from deraadt@ Tested in a ports bulk build by sthen@, and tested by Mikhail. ok sthen@