> +void ieee80211_update_rssi_config(struct sta_info *sta)
> +{
> + s32 last;
> + u32 hyst;
> + int i, n;
> +
> + if (!sta->rssi_config || sta->rssi_config->fixed_thold)
> + return;sparse is also giving various complaints about the RCU usage here. johannes
