commit | 93824c80bf47ebe087414b3a40ca0ff9aab7d1fb | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Nov 02 16:08:40 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 03 14:30:02 2017 +0900 |
tree | a77e4f4b86b415b2369acdf070bdabc7c231aa3a | |
parent | 3b11775033dc87c3d161996c54507b15ba26414a [diff] |
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>