- Fix issue with answer of send command (cmd 34h NetFn 6h).

This commit is contained in:
Jean-Michel Audet 2010-04-26 15:07:43 +00:00
parent c4ece9a1eb
commit 5348236e65

View File

@ -726,7 +726,11 @@ ipmi_lan_poll_recv(struct ipmi_intf * intf)
&&
rsp->payload.ipmi_response.cmd == 0x34
&&
rsp->payload.ipmi_response.netfn == 0x06
(
rsp->payload.ipmi_response.netfn == 0x06
||
rsp->payload.ipmi_response.netfn == 0x07
)
&&
rsp->payload.ipmi_response.rs_lun == 0