diff options
author | Tore Amundsen <tore@amundsen.org> | 2024-11-15 14:17:36 +0000 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2024-12-03 10:11:53 -0800 |
commit | f72ce14b231f7bf06088e4e50f1875f1e35f79d7 (patch) | |
tree | d07125414aaf676c72636bd66a7f7258acf8a5d9 /drivers/net/ethernet/intel/ice/ice_main.c | |
parent | 15915b43a7fb938934bb7fc4290127218859d795 (diff) | |
download | linux-f72ce14b231f7bf06088e4e50f1875f1e35f79d7.tar.gz linux-f72ce14b231f7bf06088e4e50f1875f1e35f79d7.tar.bz2 linux-f72ce14b231f7bf06088e4e50f1875f1e35f79d7.zip |
ixgbe: Correct BASE-BX10 compliance code
SFF-8472 (section 5.4 Transceiver Compliance Codes) defines bit 6 as
BASE-BX10. Bit 6 means a value of 0x40 (decimal 64).
The current value in the source code is 0x64, which appears to be a
mix-up of hex and decimal values. A value of 0x64 (binary 01100100)
incorrectly sets bit 2 (1000BASE-CX) and bit 5 (100BASE-FX) as well.
Fixes: 1b43e0d20f2d ("ixgbe: Add 1000BASE-BX support")
Signed-off-by: Tore Amundsen <tore@amundsen.org>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Acked-by: Ernesto Castellotti <ernesto@castellotti.net>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions