|
@@ -692,9 +692,9 @@ int rtw_suspend_wow(struct adapter *padapter);
|
|
int rtw_resume_process_wow(struct adapter *padapter);
|
|
int rtw_resume_process_wow(struct adapter *padapter);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-__inline static u8 *myid(struct eeprom_priv *peepriv)
|
|
|
|
|
|
+static inline u8 *myid(struct eeprom_priv *peepriv)
|
|
{
|
|
{
|
|
- return (peepriv->mac_addr);
|
|
|
|
|
|
+ return peepriv->mac_addr;
|
|
}
|
|
}
|
|
|
|
|
|
/* HCI Related header file */
|
|
/* HCI Related header file */
|