commit | d92f7b59d32bfeace7315b416f5244dd5c3935fa | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jul 27 15:44:58 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 27 20:11:43 2021 +0100 |
tree | ba1074697234ceeb2c984748526c0b8d60bfc4c6 | |
parent | 32d05468c46267db1c0128057d4fcf80332fecf8 [diff] |
eql: use ndo_siocdevprivate The private ioctls in eql pass the arguments correctly through ifr_data, but the slaving_request_t and slave_config_t structures are incompatible with compat mode and need special conversion code in the driver. Convert to siocdevprivate for now, and return an error when called in compat mode. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>