diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-29 06:34:51 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-30 17:57:25 +0100 |
commit | 910bdda6afa229e35ef6e1f74795ee79aa99c2e2 (patch) | |
tree | f66d70d2f775e5929a6c930cd845fe80dc0949b4 /target/linux/generic/backport-5.15/703-09-v5.17-net-phylink-add-generic-validate-implementation.patch | |
parent | af1e3439a8006a4878322f8129a51b23fa8be2b3 (diff) | |
download | upstream-910bdda6afa229e35ef6e1f74795ee79aa99c2e2.tar.gz upstream-910bdda6afa229e35ef6e1f74795ee79aa99c2e2.tar.bz2 upstream-910bdda6afa229e35ef6e1f74795ee79aa99c2e2.zip |
kernel: bump 5.15 to 5.15.76
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/backport-5.15/703-09-v5.17-net-phylink-add-generic-validate-implementation.patch')
-rw-r--r-- | target/linux/generic/backport-5.15/703-09-v5.17-net-phylink-add-generic-validate-implementation.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/backport-5.15/703-09-v5.17-net-phylink-add-generic-validate-implementation.patch b/target/linux/generic/backport-5.15/703-09-v5.17-net-phylink-add-generic-validate-implementation.patch index 73c8b414da..f30a566c81 100644 --- a/target/linux/generic/backport-5.15/703-09-v5.17-net-phylink-add-generic-validate-implementation.patch +++ b/target/linux/generic/backport-5.15/703-09-v5.17-net-phylink-add-generic-validate-implementation.patch @@ -310,7 +310,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> }; static inline bool phylink_autoneg_inband(unsigned int mode) -@@ -69,6 +92,7 @@ enum phylink_op_type { +@@ -70,6 +93,7 @@ enum phylink_op_type { * if MAC link is at %MLO_AN_FIXED mode. * @supported_interfaces: bitmap describing which PHY_INTERFACE_MODE_xxx * are supported by the MAC/PCS. @@ -318,7 +318,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> */ struct phylink_config { struct device *dev; -@@ -79,6 +103,7 @@ struct phylink_config { +@@ -81,6 +105,7 @@ struct phylink_config { void (*get_fixed_state)(struct phylink_config *config, struct phylink_link_state *state); DECLARE_PHY_INTERFACE_MASK(supported_interfaces); @@ -326,7 +326,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> }; /** -@@ -460,6 +485,12 @@ void pcs_link_up(struct phylink_pcs *pcs +@@ -462,6 +487,12 @@ void pcs_link_up(struct phylink_pcs *pcs phy_interface_t interface, int speed, int duplex); #endif |