|
@@ -2474,6 +2474,7 @@ static int ieee80211_set_cqm_rssi_config(struct wiphy *wiphy,
|
|
|
|
|
|
|
|
bss_conf->cqm_rssi_thold = rssi_thold;
|
|
bss_conf->cqm_rssi_thold = rssi_thold;
|
|
|
bss_conf->cqm_rssi_hyst = rssi_hyst;
|
|
bss_conf->cqm_rssi_hyst = rssi_hyst;
|
|
|
|
|
+ sdata->u.mgd.last_cqm_event_signal = 0;
|
|
|
|
|
|
|
|
/* tell the driver upon association, unless already associated */
|
|
/* tell the driver upon association, unless already associated */
|
|
|
if (sdata->u.mgd.associated &&
|
|
if (sdata->u.mgd.associated &&
|