rtl8188eu: Remove RTL8192C_RECONFIG_TO_1T1R

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-11 13:41:12 -05:00
parent 4c042ff344
commit bef55d3a6c
4 changed files with 2 additions and 34 deletions

View file

@ -6838,15 +6838,6 @@ void issue_assocreq(struct adapter *padapter)
memcpy(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_rate_2R, 16);
break;
}
#ifdef RTL8192C_RECONFIG_TO_1T1R
{
if(pregpriv->rx_stbc)
pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info |= cpu_to_le16(0x0100);/* RX STBC One spatial stream */
memcpy(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_rate_1R, 16);
}
#endif
#ifdef CONFIG_BT_COEXIST
if (BT_1Ant(padapter) == true)
{