summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorzhuk <zhuk@openbsd.org>2014-08-24 18:01:27 +0000
committerzhuk <zhuk@openbsd.org>2014-08-24 18:01:27 +0000
commitcfe90bb7c292585e6ed2549277afb2dd7b4e76b4 (patch)
treeb88d6322015f37414b0b247fa04acf888960b5ec /lib
parentremove trailing whitespace (diff)
downloadwireguard-openbsd-cfe90bb7c292585e6ed2549277afb2dd7b4e76b4.tar.xz
wireguard-openbsd-cfe90bb7c292585e6ed2549277afb2dd7b4e76b4.zip
Fix wrong IEEE 802.11 ioctl's:
* SIOCG80211ALLNODES operates on struct ieee80211_nodereq_all, not struct ieee80211_nodereq. * Six SIOC* from wi(4) were using same codes with generic parts of IEEE 802.11 framework. Things worked due to the fact that size of data struct being passed is encoded in actual SIOC*, too. This commit means that ifconfig and some ports will need to be rebuilt, if any of affected SIOC* codes is used. Port bumps to follow. First part okay reyk@, whole diff okay mpi@ Heavy prodding to commit now from deraadt@
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions