commit | 4f39a1f5870104b1670df2c09c831ac281896545 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jun 14 09:21:58 2017 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Jun 14 13:37:42 2017 +0200 |
tree | ada5f4cbec4bf1c24233d23ab4c1a2530ce408d4 | |
parent | 8bfb3676606454ffec836f56c5dc3e69dfc0956a [diff] |
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>