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)
commit93824c80bf47ebe087414b3a40ca0ff9aab7d1fb
treea77e4f4b86b415b2369acdf070bdabc7c231aa3a
parent3b11775033dc87c3d161996c54507b15ba26414a
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: 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>
drivers/net/ethernet/broadcom/bcmsysport.c