mac80211: Update to 5.15.153-1
[openwrt/staging/pepe2k.git] / package / kernel / mac80211 / patches / subsys / 314-cfg80211-implement-APIs-for-dedicated-radar-detectio.patch
index fe3fc51b74ff104ffb57a6db512f0721ff9d6abb..9a26fe0ec1cb24a8f4a11b3c2fda8773c87990d0 100644 (file)
@@ -294,7 +294,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  };
  
  /* policy for the key attributes */
-@@ -9288,12 +9289,6 @@ static int nl80211_start_radar_detection
+@@ -9291,12 +9292,6 @@ static int nl80211_start_radar_detection
        if (err)
                return err;
  
@@ -307,7 +307,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
        err = cfg80211_chandef_dfs_required(wiphy, &chandef, wdev->iftype);
        if (err < 0)
                return err;
-@@ -9304,6 +9299,16 @@ static int nl80211_start_radar_detection
+@@ -9307,6 +9302,16 @@ static int nl80211_start_radar_detection
        if (!cfg80211_chandef_dfs_usable(wiphy, &chandef))
                return -EINVAL;