
< 	int ret = iwl_mvm_mld_rm_sta_from_fw(mvm, sta_id);
---
> 	#include <assert.h>
> 	assert(sta_id < IWL_MVM_STATION_COUNT);
> 	int ret = iwl_mvm_mld_rm_sta_from_fw(mvm, sta_id);
