commit | 08c1ac3bcba8cd52449f55a065e60779a0fa2c97 | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Wed Nov 06 16:03:00 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 06 21:22:55 2019 -0800 |
tree | d4cab43dd5c8ce776e094a3e3068bd26426cb919 | |
parent | 97add93fbcfa566735d6a4b96684110d356ebd35 [diff] |
net: stmmac: xgmac: Fix AV Feature detection Fix incorrect precedence of operators. For reference: AV implies AV Feature but RAV implies only RX side AV Feature. As we want full AV features we need to check RAV. Fixes: c2b69474d63b ("net: stmmac: xgmac: Correct RAVSEL field interpretation") Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>