提交 e755463c 编写于 作者: L Larry Finger

staging: rtl8192e: Remove dead code from removal of ENABLE_TKIP11N

Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
上级 0e3b1830
......@@ -1273,11 +1273,7 @@ inline struct sk_buff *rtllib_association_req(struct rtllib_network *beacon,stru
encrypt = 0;
}
#ifdef ENABLE_TKIP11N
if (ieee->bForcedBgMode == true)
#else
if ((ieee->rtllib_ap_sec_type && (ieee->rtllib_ap_sec_type(ieee)&SEC_ALG_TKIP)) ||(ieee->bForcedBgMode == true))
#endif
{
ieee->pHTInfo->bEnableHT = 0;
ieee->mode = WIRELESS_MODE_G;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册