]> git.baikalelectronics.ru Git - kernel.git/commit
wireless: wext: remove ndo_do_ioctl fallback
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jun 2017 07:17:38 +0000 (09:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jun 2017 07:17:48 +0000 (09:17 +0200)
commit5a83fae2d0e239d301d42497cb21a9d77c1e33d4
tree7486a7588fb4ec88ab2d515c798ee3f6d95b640a
parentab0beba8dfa78ff027d269d142f9489ea2216d08
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