rtl8188eu: Remove RTL8192C_RECONFIG_TO_1T1R

This symbol is not defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 22:15:17 -05:00
parent 085a651d9c
commit 9799b069cb
3 changed files with 10 additions and 28 deletions

View file

@ -6667,13 +6667,6 @@ void issue_assocreq(_adapter *padapter)
_rtw_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 */
_rtw_memcpy(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_rate_1R, 16);
#endif
#ifdef CONFIG_BT_COEXIST
if (BT_1Ant(padapter) == true) {
/* set to 8K */