]> git.ipfire.org Git - thirdparty/linux.git/commit
net: arcnet: com20020: remove misleading references to multicast
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Thu, 21 May 2026 00:16:13 +0000 (17:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 May 2026 00:20:56 +0000 (17:20 -0700)
commitced9c8cf5768802d511e186e5fa9400b91e55f83
tree56eb02a2fee7b4ad88140ead36e1ba4dc2848b06
parent6ec863c1848167fdd7124717a24f0a2b99e160ba
net: arcnet: com20020: remove misleading references to multicast

ARCnet does not support multicast, only unicast and broadcast. In spite
of this, the com20020 driver contains several references to multicast
in a comment and a function name, including a FIXME that it should be
implemented. Adjust the comment to make the lack of multicast support
clear and rename com20020_set_mc_list to com20020_set_rx_mode.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260521001631.45434-2-enelsonmoore@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/arcnet/com20020.c