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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl3945-base.c2117 const unsigned int api_max = priv->cfg->ucode_api_max; local
2126 for (index = api_max; index >= api_min; index--) {
2137 if (index < api_max)
2141 buf, api_max);
2175 if (api_ver < api_min || api_ver > api_max) {
2178 api_max, api_ver);
2183 if (api_ver != api_max)
2187 api_max, api_ver);
H A Diwl-agn.c1949 const unsigned int api_max = priv->cfg->ucode_api_max; local
1997 if (api_ver < api_min || api_ver > api_max) {
2000 api_max, api_ver);
2004 if (api_ver != api_max)
2008 api_max, api_ver);

Completed in 183 milliseconds