rtl8188eu: Convert typedef statements in include/odm_types.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-26 15:25:06 -05:00
parent cf3dfeecf9
commit 75fa3f7c0b
15 changed files with 52 additions and 65 deletions

View file

@ -376,7 +376,7 @@ odm_HWAntDiv(
struct rtw_dig *pDM_DigTable = &pDM_Odm->DM_DigTable;
bool bMatchBSSID;
bool bPktFilterMacth = false;
PSTA_INFO_T pEntry;
struct sta_info * pEntry;
for (i=0; i<ODM_ASSOCIATE_ENTRY_NUM; i++)
{