commit | d7d543f252994387571462096ec646f5f335c4ee | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Feb 28 18:59:36 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 28 12:55:25 2019 -0800 |
tree | 47827bd3fefce9e8f79b330f63018a1a16112021 | |
parent | 54903572c23c3ecda6bbfde350b104f31bdb3f58 [diff] |
s390/qeth: remove RECOVER state The offline code uses a specific RECOVER state to indicate that the interface should be brought up when a qeth device is set online again. Rather than having a specific card-state for this, just put it in an internal flag bit and set the state to DOWN. When working with the card's state transitions, this reduces the complexity quite a bit. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>