wifi: cfg80211: fix CQM for non-range use
[platform/kernel/linux-starfive.git] / net / wireless / core.h
index e536c0b..f0a3a23 100644 (file)
@@ -299,6 +299,7 @@ struct cfg80211_cqm_config {
        u32 rssi_hyst;
        s32 last_rssi_event_value;
        enum nl80211_cqm_rssi_threshold_event last_rssi_event_type;
+       bool use_range_api;
        int n_rssi_thresholds;
        s32 rssi_thresholds[] __counted_by(n_rssi_thresholds);
 };