commit | bd8ed4415ff8584ccdd1f61c8d7279dc1f9e623e | [log] [tgz] |
---|---|---|
author | Pavel Belous <pavel.belous@aquantia.com> | Mon Aug 28 21:52:11 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 29 15:11:44 2017 -0700 |
tree | 2c64fbbb2d56b78d8c91aaaac617ddbad38a043a | |
parent | 0a402e7b9725611069dad4c873d1516f8c805f38 [diff] |
net:ethernet:aquantia: Fix for incorrect speed index. The driver choose the optimal interrupt throttling settings depends of current link speed. Due this bug link_status field from aq_hw is never updated and as result always used same interrupt throttling values. Fixes: 3d2ff7eebe26 ("net: ethernet: aquantia: Atlantic hardware abstraction layer") Signed-off-by: Pavel Belous <Pavel.Belous@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>