Searched defs:rtw89_chip_info (Results 1 – 1 of 1) sorted by relevance
3440 struct rtw89_chip_info { struct3441 enum rtw89_core_chip_id chip_id;3442 enum rtw89_chip_gen chip_gen;3443 const struct rtw89_chip_ops *ops;3444 const struct rtw89_mac_gen_def *mac_def;3445 const struct rtw89_phy_gen_def *phy_def;3446 const char *fw_basename;3447 u8 fw_format_max;3448 bool try_ce_fw;3449 u32 needed_fw_elms;[all …]