]> git.baikalelectronics.ru Git - kernel.git/commit
net/ncsi: Don't probe on the reserved channel ID (0x1f)
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Tue, 4 Oct 2016 00:25:49 +0000 (11:25 +1100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Oct 2016 06:11:50 +0000 (02:11 -0400)
commitdad836573086c3d743202d4beba71ed31368beda
tree6d62c2c125c6774130e8e09f67a9e98d2ea52080
parent41fa0376db14c9131f1792ff7c9d1ae6e535fe6b
net/ncsi: Don't probe on the reserved channel ID (0x1f)

We needn't send CIS (Clear Initial State) command to the NCSI
reserved channel (0x1f) in the enumeration. We shouldn't receive
a valid response from CIS on NCSI channel 0x1f.

Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ncsi/ncsi-manage.c