]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: Remove 100 Mbps SGMII support for X722
authorHarshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Wed, 7 Sep 2016 01:05:06 +0000 (18:05 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 25 Sep 2016 02:21:43 +0000 (19:21 -0700)
commit282756467afbf2e4c5115e071462520a4ebdad15
tree058e339661a4ebf0d0c1460a5b705f99a25a2139
parent147fe09bba12ccfe47f63a81082a8446aa6a484a
i40e: Remove 100 Mbps SGMII support for X722

This patch fixes the problem where driver shows 100 Mbps as a supported speed,
and allows it to be configured for advertising on X722 devices. This patch
fixes the problem by not setting the 100 Mbps SGMII flag for X722 devices.

Without this patch, the user incorrectly thinks that 100 Mbps is supported
and hence might try to advertise it on X722 devices when it is actually not
a supported speed.

Change-ID: I8c3d7c4251a9402d98994ed29749b7b895a0f205
Signed-off-by: Harshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c