staging: rtl8723au: Remove unused enum SCAN_RESULT_TYPE
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sun, 25 May 2014 20:43:07 +0000 (22:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 22:14:39 +0000 (15:14 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/rtw_mlme.h

index 1aafa26aff5b091cc4e76ff0d4f76a51227fc065..129c524578ca2098533dd8f33275f6b5c2a0efbd 100644 (file)
@@ -83,13 +83,6 @@ enum {
        GHZ_24,
 };
 
-enum SCAN_RESULT_TYPE {
-       SCAN_RESULT_P2P_ONLY = 0,       /*      Will return all the P2P devices. */
-       SCAN_RESULT_ALL = 1,            /*      Will return all the scanned device, include AP. */
-       SCAN_RESULT_WFD_TYPE = 2        /*      Will just return the correct WFD device. */
-                                       /*      If this device is Miracast sink device, it will just return all the Miracast source devices. */
-};
-
 /*
 
 there are several "locks" in mlme_priv,