commit | 32d05468c46267db1c0128057d4fcf80332fecf8 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jul 27 15:44:57 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 27 20:11:43 2021 +0100 |
tree | 20f8690ddc78b76d11b56f5e4ca3f45e5b43e1cd | |
parent | 99b78a37a3717e5879dda70dec5ef6d23073b379 [diff] |
tehuti: use ndo_siocdevprivate Tehuti only implements private ioctl commands, and implements them by overriding the ifreq layout, which is broken in compat mode. Move it to the ndo_siocdevprivate callback in order to fix this. Cc: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>