Home | History | Annotate | Download | only in Shm_Common

Lines Matching refs:radioType

246          * Start EEPROM/NVS burst (get RadioType)
341 pBootAttr->radioType = (pWhalBus->uBootData & 0x0000FF00) >> 8;
359 if (pBootAttr->radioType == 0xffffffff)
362 ("whalBus_FwCtrl_Boot: error in RadioType\n"));
367 WLAN_OS_REPORT(("Radio type is 0x%X.\n", pBootAttr->radioType));