Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18fd6025 authored by Kalesh AP's avatar Kalesh AP Committed by David S. Miller
Browse files

be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/Lancer



The support for this exists only in skyhawk FW.

Signed-off-by: default avatarKalesh AP <kalesh.purayil@emulex.com>
Signed-off-by: default avatarSathya Perla <sathya.perla@emulex.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 00d594c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4092,7 +4092,7 @@ int be_cmd_set_logical_link_config(struct be_adapter *adapter,
	int status;

	if (BEx_chip(adapter) || lancer_chip(adapter))
		return 0;
		return -EOPNOTSUPP;

	spin_lock_bh(&adapter->mcc_lock);