Skip to content

Commit

Permalink
net: the appletalk subsystem no longer uses ndo_do_ioctl
Browse files Browse the repository at this point in the history
ndo_do_ioctl is no longer used by the appletalk subsystem after commit
45bd1c5 ("net: appletalk: Drop aarp_send_probe_phase1()").

Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/tencent_4AC6ED413FEA8116B4253D3ED6947FDBCF08@qq.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
谢致邦 (XIE Zhibang) authored and Jakub Kicinski committed Jan 27, 2025
1 parent 05d91cd commit 09ebd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ struct netdev_net_notifier {
*
* int (*ndo_do_ioctl)(struct net_device *dev, struct ifreq *ifr, int cmd);
* Old-style ioctl entry point. This is used internally by the
* appletalk and ieee802154 subsystems but is no longer called by
* the device ioctl handler.
* ieee802154 subsystem but is no longer called by the device
* ioctl handler.
*
* int (*ndo_siocbond)(struct net_device *dev, struct ifreq *ifr, int cmd);
* Used by the bonding driver for its device specific ioctls:
Expand Down

0 comments on commit 09ebd02

Please sign in to comment.