rtl8188eu: Remove RATE_ADAPTIVE_SUPPORT - this is selected

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-26 21:47:50 -05:00
parent 4f92869c5b
commit a0911e4309
12 changed files with 14 additions and 181 deletions

View file

@ -929,10 +929,8 @@ struct odm_dm_struct {
// 2012/01/12 MH For MP, we need to reduce one array pointer for default port.??
struct sta_info *pODM_StaInfo[ODM_ASSOCIATE_ENTRY_NUM];
#if (RATE_ADAPTIVE_SUPPORT == 1)
u2Byte CurrminRptTime;
struct odm_ra_info RAInfo[ODM_ASSOCIATE_ENTRY_NUM]; //Use MacID as array index. STA MacID=0, VWiFi Client MacID={1, ODM_ASSOCIATE_ENTRY_NUM-1} //YJ,add,120119
#endif
//
// 2012/02/14 MH Add to share 88E ra with other SW team.
// We need to colelct all support abilit to a proper area.