]> git.baikalelectronics.ru Git - kernel.git/commit
wireless: wext: use struct iwreq earlier in the call chain
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jun 2017 07:21:58 +0000 (09:21 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jun 2017 11:37:42 +0000 (13:37 +0200)
commit1ede7d892c7ca46a55132b9367864af71641651c
treeada5f4cbec4bf1c24233d23ab4c1a2530ce408d4
parent5a83fae2d0e239d301d42497cb21a9d77c1e33d4
wireless: wext: use struct iwreq earlier in the call chain

To make it clear that we never use struct ifreq, cast from it
directly in the wext entrypoint and use struct iwreq from there
on. The next patch will remove the cast again and pass the
correct struct from the beginning.

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