staging: rtl8188eu: issue_probersp(): remove unused variable and dead code
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 11 Jun 2015 22:20:48 +0000 (00:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:22:06 +0000 (17:22 -0700)
commita26c9eedcdf81c4ddeb4d055c45039d4175969cc
treebb7ec0ecf48559f0f59390f13a2d6a1b2ff79a19
parent863eaa79bac1c0d6df7404e87432d823193e2555
staging: rtl8188eu: issue_probersp(): remove unused variable and dead code

is_valid_p2p_probereq is initialized to false and never modified. Code
depending on it is dead code. Remove all of it.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c