
< 	int ret = iwl_mvm_mld_rm_sta_from_fw(mvm, sta_id);
---
> 	if (!iwl_mvm_is_valid_sta_id(mvm, sta_id))
> 		return -EINVAL;
> 	int ret = iwl_mvm_mld_rm_sta_from_fw(mvm, sta_id);
