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

Commit 75672506 authored by Don Skidmore's avatar Don Skidmore Committed by David S. Miller
Browse files

ixgbe: add comment on SFP+ ID for Active DA



These comments were forgotten in the initial patch to add this
functionality.  This patch corrects that.

Signed-off-by: default avatarDon Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fa68a782
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -575,6 +575,8 @@ s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw)
		 * 4    SFP_DA_CORE1 - 82599-specific
		 * 5    SFP_SR/LR_CORE0 - 82599-specific
		 * 6    SFP_SR/LR_CORE1 - 82599-specific
		 * 7    SFP_act_lmt_DA_CORE0 - 82599-specific
		 * 8    SFP_act_lmt_DA_CORE1 - 82599-specific
		 */
		if (hw->mac.type == ixgbe_mac_82598EB) {
			if (cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE)