Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macsec: fix validation failed in asynchronous operation.
MACSec test failed when asynchronous crypto operations is used. It encounters packet validation failed since macsec_skb_cb(skb)->valid is always 'false'. This patch adds missing "macsec_skb_cb(skb)->valid = true" in macsec_decrypt_done() when "err == 0". Signed-off-by: Ryder Lee <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information