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

@ -352,9 +352,6 @@ SetAntennaConfig92C(
IN u8 DefaultAnt
);
#ifdef RTL8192C_RECONFIG_TO_1T1R
extern void PHY_Reconfig_To_1T1R(struct adapter *padapter);
#endif
/*--------------------------Exported Function prototype---------------------*/
#define PHY_QueryBBReg(Adapter, RegAddr, BitMask) rtl8192c_PHY_QueryBBReg((Adapter), (RegAddr), (BitMask))