net: systemport: Correct IPG length settings
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 2 Nov 2017 23:08:40 +0000 (16:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Nov 2017 07:35:55 +0000 (08:35 +0100)
commiteb56542e998c10276df827443ea81ff19c3abb4f
tree22db4dd7d1013d1b5fbc8d4421f8b0f3d310e474
parenta488ab57b7ff6886ddd77d601ea8f6bd11d21748
net: systemport: Correct IPG length settings

[ Upstream commit 93824c80bf47ebe087414b3a40ca0ff9aab7d1fb ]

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: 44a4524c54af ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/broadcom/bcmsysport.c