Searched defs:wEPROM_ID (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/rtl8192u/
H A Dr8192U_core.c2893 u16 wEPROM_ID = 0; local
2899 wEPROM_ID = eprom_read(dev, 0); //first read EEPROM ID out;
2900 RT_TRACE(COMP_EPROM, "EEPROM ID is 0x%x\n", wEPROM_ID);
2902 if (wEPROM_ID != RTL8190_EEPROM_ID)
2904 RT_TRACE(COMP_ERR, "EEPROM ID is invalid(is 0x%x(should be 0x%x)\n", wEPROM_ID, RTL8190_EEPROM_ID);

Completed in 45 milliseconds