commit | 886d2089276e40d460731765083a741c5c762461 | [log] [tgz] |
---|---|---|
author | Sameeh Jubran <sameehj@amazon.com> | Tue Feb 11 15:17:50 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 11 17:08:31 2020 -0800 |
tree | 34c77fdf0610cf5f4856c8cc5b7bf1010dcb4f9d | |
parent | 470793a78ce344bd53d31e0c2d537f71ba957547 [diff] |
net: ena: ethtool: use correct value for crc32 hash Up till kernel 4.11 there was no enum defined for crc32 hash in ethtool, thus the xor enum was used for supporting crc32. Fixes: 1738cd3ed342 ("net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)") Signed-off-by: Sameeh Jubran <sameehj@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>