RTW89_FW_WOWLAN
case RTW89_FW_WOWLAN:
enum rtw89_fw_type wowlan_fw_type = RTW89_FW_WOWLAN;
(fw_suit->type == RTW89_FW_NORMAL || fw_suit->type == RTW89_FW_WOWLAN))
enum rtw89_fw_type fw_type = wow ? RTW89_FW_WOWLAN : RTW89_FW_NORMAL;