mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove CONFIG_WIFI_TEST
The one is never selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
ee0ecc2037
commit
eba06c1708
4 changed files with 2 additions and 21 deletions
|
@ -787,15 +787,7 @@ unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame)
|
|||
|
||||
/* Commented by Kurt 2012/10/16 */
|
||||
/* IOT issue: Google Nexus7 use 1M rate to send p2p_probe_req after GO nego completed and Nexus7 is client */
|
||||
#ifdef CONFIG_WIFI_TEST
|
||||
if ( pattrib->mcs_rate <= 3 )
|
||||
{
|
||||
wifi_test_chk_rate = 0;
|
||||
}
|
||||
#endif /* CONFIG_WIFI_TEST */
|
||||
|
||||
if( wifi_test_chk_rate == 1 )
|
||||
{
|
||||
if( wifi_test_chk_rate == 1 ) {
|
||||
if((is_valid_p2p_probereq = process_probe_req_p2p_ie(pwdinfo, pframe, len)) == true)
|
||||
{
|
||||
if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_DEVICE))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue