diff --git a/include/rtw_eeprom.h b/include/rtw_eeprom.h index e9a233d..90facbc 100644 --- a/include/rtw_eeprom.h +++ b/include/rtw_eeprom.h @@ -65,8 +65,7 @@ // Besides, CustomerID of registry has precedence of that of EEPROM. // defined below. 060703, by rcnjko. // -typedef enum _RT_CUSTOMER_ID -{ +enum RT_CUSTOMER_ID { RT_CID_DEFAULT = 0, RT_CID_8187_ALPHA0 = 1, RT_CID_8187_SERCOMM_PS = 2, @@ -109,7 +108,7 @@ typedef enum _RT_CUSTOMER_ID RT_CID_819x_Xavi = 39, RT_CID_819x_FUNAI_TV = 40, RT_CID_819x_ALPHA_WD=41, -}RT_CUSTOMER_ID, *PRT_CUSTOMER_ID; +}; struct eeprom_priv { u8 bautoload_fail_flag;