rtw89_fw_type
enum rtw89_fw_type type;
enum rtw89_fw_type type)
enum rtw89_fw_type normal_fw_type = RTW89_FW_NORMAL;
enum rtw89_fw_type wowlan_fw_type = RTW89_FW_WOWLAN;
int __rtw89_fw_download(struct rtw89_dev *rtwdev, enum rtw89_fw_type type,
int rtw89_fw_download(struct rtw89_dev *rtwdev, enum rtw89_fw_type type,
enum rtw89_fw_type fw_type;
int rtw89_mfw_recognize(struct rtw89_dev *rtwdev, enum rtw89_fw_type type,
enum rtw89_fw_type type,
int __rtw89_fw_recognize(struct rtw89_dev *rtwdev, enum rtw89_fw_type type,
enum rtw89_fw_type type = arg.fw_type;
int rtw89_fw_download(struct rtw89_dev *rtwdev, enum rtw89_fw_type type,
enum rtw89_fw_type fw_type = wow ? RTW89_FW_WOWLAN : RTW89_FW_NORMAL;