wireless: wext: remove ndo_do_ioctl fallback
commit8bfb3676606454ffec836f56c5dc3e69dfc0956a
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jun 2017 07:17:38 +0000 (14 09:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jun 2017 07:17:48 +0000 (14 09:17 +0200)
tree7486a7588fb4ec88ab2d515c798ee3f6d95b640a
parentc5549ee40112f2511a794c9aad7eb6ac5f18b0eb
wireless: wext: remove ndo_do_ioctl fallback

There are no longer any drivers (in the tree proper, I didn't
check all the staging drivers) that take WEXT ioctls through
this API, the only remaining ones that even have ndo_do_ioctl
are using it only for private ioctls.

Therefore, we can remove this call.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/wext-core.c