diff options
author | Scott Roberts <ttocsr@gmail.com> | 2020-01-23 21:45:53 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-26 19:20:00 +0100 |
commit | a461f984c450a49bce1cac191620a8ee2a3329c0 (patch) | |
tree | 50f676499980f8baab2f97a67918ea8f60b07e72 /target/linux/generic/pending-4.19/742-net-sfp-add-more-extended-compliance-codes.patch | |
parent | 996f02e5bafad2815e72821c19d41fb5297e4dad (diff) | |
download | upstream-a461f984c450a49bce1cac191620a8ee2a3329c0.tar.gz upstream-a461f984c450a49bce1cac191620a8ee2a3329c0.tar.bz2 upstream-a461f984c450a49bce1cac191620a8ee2a3329c0.zip |
kernel: sfp: add Nokia SFP fix from net-next
Add Nokia GPON ONT SFP fix for tx_fault in net-next.
Signed-off-by: Scott Roberts <ttocsr@gmail.com>
Diffstat (limited to 'target/linux/generic/pending-4.19/742-net-sfp-add-more-extended-compliance-codes.patch')
-rw-r--r-- | target/linux/generic/pending-4.19/742-net-sfp-add-more-extended-compliance-codes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-4.19/742-net-sfp-add-more-extended-compliance-codes.patch b/target/linux/generic/pending-4.19/742-net-sfp-add-more-extended-compliance-codes.patch index 266c7c27e3..4ca0ded55d 100644 --- a/target/linux/generic/pending-4.19/742-net-sfp-add-more-extended-compliance-codes.patch +++ b/target/linux/generic/pending-4.19/742-net-sfp-add-more-extended-compliance-codes.patch @@ -132,7 +132,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> if (phylink_test(link_modes, 2500baseX_Full)) --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c -@@ -229,7 +229,7 @@ struct sfp { +@@ -240,7 +240,7 @@ struct sfp { static bool sff_module_supported(const struct sfp_eeprom_id *id) { @@ -141,7 +141,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> id->base.phys_ext_id == SFP_PHYS_EXT_ID_SFP; } -@@ -240,7 +240,7 @@ static const struct sff_data sff_data = +@@ -251,7 +251,7 @@ static const struct sff_data sff_data = static bool sfp_module_supported(const struct sfp_eeprom_id *id) { |