kernel: bump 5.15 to 5.15.76
[openwrt/staging/hauke.git] / target / linux / generic / backport-5.15 / 703-02-v5.16-net-phylink-use-supported_interfaces-for-phylink-val.patch
index 8996fc8d45486bf8fb6e4cd7eb6ca44902d875f6..9800884f6e9a1e5efd4a941b8e1d98300c176ac2 100644 (file)
@@ -70,7 +70,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
-@@ -67,6 +67,8 @@ enum phylink_op_type {
+@@ -68,6 +68,8 @@ enum phylink_op_type {
   * @ovr_an_inband: if true, override PCS to MLO_AN_INBAND
   * @get_fixed_state: callback to execute to determine the fixed link state,
   *                 if MAC link is at %MLO_AN_FIXED mode.
@@ -79,7 +79,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
   */
  struct phylink_config {
        struct device *dev;
-@@ -134,8 +136,14 @@ struct phylink_mac_ops {
+@@ -136,8 +138,14 @@ struct phylink_mac_ops {
   * based on @state->advertising and/or @state->speed and update
   * @state->interface accordingly. See phylink_helper_basex_speed().
   *