]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: appletalk: Drop aarp_send_probe_phase1()
author谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Fri, 17 Jan 2025 01:41:40 +0000 (01:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jan 2025 10:08:19 +0000 (10:08 +0000)
commit45bd1c5ba7580f612e46f3c6cb430c64adfd0294
tree4ee35926d0a9ea22255ab0e4b3c3d278b2d7fded
parent544c9394065fdbb733349bcd1464087d6e12d28e
net: appletalk: Drop aarp_send_probe_phase1()

aarp_send_probe_phase1() used to work by calling ndo_do_ioctl of
appletalk drivers ltpc or cops, but these two drivers have been removed
since the following commits:
commit 03dcb90dbf62 ("net: appletalk: remove Apple/Farallon LocalTalk PC
support")
commit 00f3696f7555 ("net: appletalk: remove cops support")

Thus aarp_send_probe_phase1() no longer works, so drop it. (found by
code inspection)

Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/appletalk/aarp.c