Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dboot.c91 if ((min_ver[FW_VER_MAJOR] != WLCORE_FW_VER_IGNORE) && in wlcore_validate_fw_ver()
92 (min_ver[FW_VER_MAJOR] > fw_ver[FW_VER_MAJOR])) in wlcore_validate_fw_ver()
96 if (((min_ver[FW_VER_MAJOR] == WLCORE_FW_VER_IGNORE) || in wlcore_validate_fw_ver()
97 (min_ver[FW_VER_MAJOR] == fw_ver[FW_VER_MAJOR])) && in wlcore_validate_fw_ver()
121 fw_ver[FW_VER_MAJOR], fw_ver[FW_VER_SUBTYPE], in wlcore_validate_fw_ver()
H A 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()
H A Dwlcore_i.h98 FW_VER_MAJOR, enumerator
/linux/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1261 if (wl->chip.fw_ver[FW_VER_MAJOR] == 0) in wl18xx_convert_fw_status()
1576 if (wl->chip.fw_ver[FW_VER_MAJOR] == 0) in wl18xx_handle_static_data()