]> git.baikalelectronics.ru Git - kernel.git/commit
net: systemport: Enable all RX descriptors for SYSTEMPORT Lite
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 7 Oct 2022 03:42:01 +0000 (20:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 11 Oct 2022 01:00:15 +0000 (18:00 -0700)
commit1d2caa235f95cb72817f2f64ff6196ea8fcb077a
tree515e418f394dece250442db491850812dbe5fda8
parent7c37cde004322f5af695ec2b82a7491a14da562e
net: systemport: Enable all RX descriptors for SYSTEMPORT Lite

The original commit that added support for the SYSTEMPORT Lite variant
halved the number of RX descriptors due to a confusion between the
number of descriptors and the number of descriptor words. There are 512
descriptor *words* which means 256 descriptors total.

Fixes: d88d62a31a46 ("net: systemport: Add support for SYSTEMPORT Lite")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20221007034201.4126054-1-f.fainelli@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/broadcom/bcmsysport.h