Skip to content

Commit

Permalink
be2net: Enable VF link state setting for BE3
Browse files Browse the repository at this point in the history
The VF link state setting feature now works on BE3 chips too from
FW ver 11.1.192.0 onwards.

Signed-off-by: Suresh Reddy <suresh.reddy@broadcom.com>
Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Suresh Reddy authored and David S. Miller committed Oct 9, 2016
1 parent f3d6ad8 commit dc6e851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/emulex/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -4977,7 +4977,7 @@ int be_cmd_set_logical_link_config(struct be_adapter *adapter,
{
int status;

if (BEx_chip(adapter))
if (BE2_chip(adapter))
return -EOPNOTSUPP;

status = __be_cmd_set_logical_link_config(adapter, link_state,
Expand Down

0 comments on commit dc6e851

Please sign in to comment.