commit | ef1b5b0c30bc61587a9da19cc0ab078bba53ebcc | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jul 27 15:45:00 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 27 20:11:43 2021 +0100 |
tree | 7e9f20776070193c45d26750c8b0c6485c84f96c | |
parent | 043393d8b4786534cd070e0c071a2716313c5558 [diff] |
net: usb: use ndo_siocdevprivate The pegasus and rtl8150 drivers use SIOCDEVPRIVATE ioctls to access their MII registers, in place of the normal commands. This is broken for all compat ioctls today. Change to ndo_siocdevprivate to fix it. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>