rtl8188eu: Remove CONFIG_VALIDATE_SSID

This parameter is not set.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-20 10:48:54 -05:00
parent 5656471ac2
commit 632cdeeec8
3 changed files with 4 additions and 29 deletions

View file

@ -378,13 +378,6 @@ handle_tkip_countermeasure:
}
}
#ifdef CONFIG_VALIDATE_SSID
if (rtw_validate_ssid(ssid) == false) {
status = _FAIL;
goto release_mlme_lock;
}
#endif
_rtw_memcpy(&pmlmepriv->assoc_ssid, ssid, sizeof(NDIS_802_11_SSID));
pmlmepriv->assoc_by_bssid=false;