> + if (sta->rssi_config) {
> + old_rssi_config = sta->rssi_config;
> + RCU_INIT_POINTER(sta->rssi_config, NULL);Looks like you need an __rcu annotation somewhere to make this compile sparse-warnings-free. johannes
> + if (sta->rssi_config) {
> + old_rssi_config = sta->rssi_config;
> + RCU_INIT_POINTER(sta->rssi_config, NULL);Looks like you need an __rcu annotation somewhere to make this compile sparse-warnings-free. johannes