kernel: bump 5.15 to 5.15.76
[openwrt/staging/noltari.git] / target / linux / generic / backport-5.15 / 703-11-v5.17-net-phylink-add-pcs_validate-method.patch
index add2e6e352ba058f5432c31bddc13bfbc3145500..524ce9bd92656aeb61a2fffcfb5d9c617ca14efd 100644 (file)
@@ -63,7 +63,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        return phylink_is_empty_linkmode(supported) ? -EINVAL : 0;
 --- a/include/linux/phylink.h
 +++ b/include/linux/phylink.h
-@@ -396,6 +396,7 @@ struct phylink_pcs {
+@@ -398,6 +398,7 @@ struct phylink_pcs {
  
  /**
   * struct phylink_pcs_ops - MAC PCS operations structure.
@@ -71,7 +71,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
   * @pcs_get_state: read the current MAC PCS link state from the hardware.
   * @pcs_config: configure the MAC PCS for the selected mode and state.
   * @pcs_an_restart: restart 802.3z BaseX autonegotiation.
-@@ -403,6 +404,8 @@ struct phylink_pcs {
+@@ -405,6 +406,8 @@ struct phylink_pcs {
   *               (where necessary).
   */
  struct phylink_pcs_ops {
@@ -80,7 +80,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        void (*pcs_get_state)(struct phylink_pcs *pcs,
                              struct phylink_link_state *state);
        int (*pcs_config)(struct phylink_pcs *pcs, unsigned int mode,
-@@ -416,6 +419,23 @@ struct phylink_pcs_ops {
+@@ -418,6 +421,23 @@ struct phylink_pcs_ops {
  
  #if 0 /* For kernel-doc purposes only. */
  /**