]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dc2114x: remove the pass all multicast flag in operation mode settings
authorHanyuan Zhao <hanyuan-z@qq.com>
Fri, 9 Aug 2024 08:57:01 +0000 (16:57 +0800)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 16:15:29 +0000 (10:15 -0600)
commitba30f462a2678c29b5243f7305b5502240c978f8
treeae63a093b4e8489fec7b22aa01134e52637ef2b6
parentc303f4a0dd7a6fba0a3103c1f8f490929ae5b578
net: dc2114x: remove the pass all multicast flag in operation mode settings

Remove the OMR_PM flag and choose 16 perfect filtering mode since in
modern networks there're plenty of multicasts and set ORM_PM flag will
increase the dc2114x's workload and ask the U-Boot to handle packets
not related to itself. And most of the time, U-Boot does not need this
feature.

Signed-off-by: Hanyuan Zhao <zhaohy22@mails.tsinghua.edu.cn>
drivers/net/dc2114x.c