
< 	int ret = iwl_mvm_mld_rm_sta_from_fw(mvm, sta_id);
---
> 	#define STA_ID_MASK 0x1F  // Assumes max 32 stations (0-31)
> 	int ret = iwl_mvm_mld_rm_sta_from_fw(mvm, sta_id & STA_ID_MASK);
