aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorAlvin Šipraga <alsi@bang-olufsen.dk>2022-06-16 00:51:13 +0200
committerJakub Kicinski <kuba@kernel.org>2022-06-16 20:44:47 -0700
commitca5ecd4246d49ae4172cbf0ec4ef64c042d677b5 (patch)
treee61e20d51c4018d01b5ea11e4bc274bcf2fedbe0 /net/ipv4/tcp_output.c
parentb325159d00442b9bd8ed30095a30ba31c5e8788e (diff)
downloadlinux-ca5ecd4246d49ae4172cbf0ec4ef64c042d677b5.tar.gz
linux-ca5ecd4246d49ae4172cbf0ec4ef64c042d677b5.tar.bz2
linux-ca5ecd4246d49ae4172cbf0ec4ef64c042d677b5.zip
net: dsa: realtek: rtl8365mb: correct the max number of ports
The maximum number of ports is actually 11, according to two observations: 1. The highest port ID used in the vendor driver is 10. Since port IDs are indexed from 0, and since DSA follows the same numbering system, this means up to 11 ports are to be presumed. 2. The registers with port mask fields always amount to a maximum port mask of 0x7FF, corresponding to a maximum 11 ports. In view of this, I also deleted the comment. Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk> Reviewed-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions