Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/ncsi: Don't take any action on HNCDSC AEN
The current HNCDSC handler takes the status flag from the AEN packet and will update or change the current channel based on this flag and the current channel status. However the flag from the HNCDSC packet merely represents the host link state. While the state of the host interface is potentially interesting information it should not affect the state of the NCSI link. Indeed the NCSI specification makes no mention of any recommended action related to the host network controller driver state. Update the HNCDSC handler to record the host network driver status but take no other action. Signed-off-by: Samuel Mendoza-Jonas <[email protected]> Acked-by: Jeremy Kerr <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information