Home
last modified time | relevance | path

Searched refs:fw_format (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c973 int fw_format; in rtw89_early_fw_feature_recognize() local
977 for (fw_format = chip->fw_format_max; fw_format >= 0; fw_format--) { in rtw89_early_fw_feature_recognize()
979 chip->fw_basename, fw_format); in rtw89_early_fw_feature_recognize()
984 *used_fw_format = fw_format; in rtw89_early_fw_feature_recognize()
2031 chip->fw_basename, rtwdev->fw.fw_format); in rtw89_load_firmware_work()
H A Dcore.c6752 int fw_format = -1; in rtw89_alloc_ieee80211_hw() local
6756 firmware = rtw89_early_fw_feature_recognize(device, chip, &early_fw, &fw_format); in rtw89_alloc_ieee80211_hw()
6807 rtwdev->fw.fw_format = fw_format; in rtw89_alloc_ieee80211_hw()