Searched refs:api_ok (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-drv.c997 unsigned int api_ok = drv->cfg->ucode_api_ok; local
1008 if (!api_ok)
1009 api_ok = api_max;
1014 if (drv->fw_index <= api_ok)
1059 if (api_ver < api_ok) {
1060 if (api_ok != api_max)
1063 api_ok, api_max, api_ver);

Completed in 110 milliseconds