- Fix build with new net80211 on 7.x and above
PR: ports/121167
Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com> (maintainer)
Tested by: Dierk Sacher <dierk at blaxxtarz.de>
- The code walking the interface list will issue the SIOCGIFMEDIA ioctl to
every interface. This ioctl will fail on if_fwe and if_plip (and probably
others). Therefore make the failing ioctl() non-fatal and issue a warning
only.
PR: ports/83381
Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)