]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Jun 2017 04:03:51 +0000 (00:03 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Jun 2017 04:03:51 +0000 (00:03 -0400)
commita8fcd5db8d8637d69458970498a1823b82d138d5
tree9f11467ff9b8899bd69ed71fd9dd2ade83ba876e
parent6664ac481b30389f20b73a2bdc5e9cc10bfc50fd
parentc78d4126950920fc8fd0e0454f1279be3a826c28
Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
Here's just the fix for that ancient bug:
 * remove wext calling ndo_do_ioctl, since nobody needs
   that now and it makes the type change easier
 * use struct iwreq instead of struct ifreq almost everywhere
   in wireless extensions code
 * copy only struct iwreq from userspace in dev_ioctl for the
   wireless extensions, since it's smaller than struct ifreq
====================

Signed-off-by: David S. Miller <davem@davemloft.net>