]> git.baikalelectronics.ru Git - kernel.git/commit
net: systemport: Correct IPG length settings
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 2 Nov 2017 23:08:40 +0000 (16:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Nov 2017 05:30:02 +0000 (14:30 +0900)
commita5d6e03daa676c4328abf3da8c11091b86e67704
treea77e4f4b86b415b2369acdf070bdabc7c231aa3a
parentd5aec2dcbb326c2613acd347422317a6fc138688
net: systemport: Correct IPG length settings

Due to a documentation mistake, the IPG length was set to 0x12 while it
should have been 12 (decimal). This would affect short packet (64B
typically) performance since the IPG was bigger than necessary.

Fixes: d20bd5ee8733 ("net: systemport: Add support for SYSTEMPORT Lite")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c