commit | 216902ae770e21e739cd3b530b0b3ab3c28641d3 | [log] [tgz] |
---|---|---|
author | Shannon Nelson <snelson@pensando.io> | Wed Apr 08 09:19:12 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 08 13:02:32 2020 -0700 |
tree | 309928a3b47c91c4a60b7e3c2eb660a0d97b4223 | |
parent | 7e4d47596b686bb2714d05f8774ada884ec8983d [diff] |
ionic: set station addr only if needed The code was working too hard and in some cases was trying to delete filters that weren't there, generating a potentially misleading error message. IONIC_CMD_RX_FILTER_DEL (32) failed: IONIC_RC_ENOENT (-2) Fixes: 2a654540be10 ("ionic: Add Rx filter and rx_mode ndo support") Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>