mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
be2net: Use V1 query link status command for lancer
Use V1 version of query link status command for Lancer. Signed-off-by: Padmanabh Ratnakar <padmanabh.ratnakar@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5d5adb93d0
commit
daad6167d9
@ -1246,6 +1246,9 @@ int be_cmd_link_status_query(struct be_adapter *adapter, u8 *mac_speed,
|
||||
}
|
||||
req = embedded_payload(wrb);
|
||||
|
||||
if (lancer_chip(adapter))
|
||||
req->hdr.version = 1;
|
||||
|
||||
be_wrb_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_COMMON,
|
||||
OPCODE_COMMON_NTWK_LINK_STATUS_QUERY, sizeof(*req), wrb, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user