Home
last modified time | relevance | path

Searched refs:FW_VER_MAJOR (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dboot.c94 if ((min_ver[FW_VER_MAJOR] != WLCORE_FW_VER_IGNORE) && in wlcore_validate_fw_ver()
95 (min_ver[FW_VER_MAJOR] > fw_ver[FW_VER_MAJOR])) in wlcore_validate_fw_ver()
99 if (((min_ver[FW_VER_MAJOR] == WLCORE_FW_VER_IGNORE) || in wlcore_validate_fw_ver()
100 (min_ver[FW_VER_MAJOR] == fw_ver[FW_VER_MAJOR])) && in wlcore_validate_fw_ver()
124 fw_ver[FW_VER_MAJOR], fw_ver[FW_VER_SUBTYPE], in wlcore_validate_fw_ver()
Dwlcore.h531 wl->min_sr_fw_ver[FW_VER_MAJOR] = major_sr; in wlcore_set_min_fw_ver()
537 wl->min_mr_fw_ver[FW_VER_MAJOR] = major_mr; in wlcore_set_min_fw_ver()
Dwlcore_i.h98 FW_VER_MAJOR, enumerator