staging: r8188eu: remove unused constants from wifi.h
authorMichael Straube <straube.linux@gmail.com>
Sun, 29 Aug 2021 18:07:16 +0000 (20:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:44 +0000 (08:49 +0200)
The constants WLAN_REASON_PWR_CAPABILITY_NOT_VALID and
WLAN_REASON_SUPPORTED_CHANNEL_NOT_VALID defined in wifi.h
are unused, remove them.

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210829180717.15393-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/wifi.h

index 0b3fd94cea184f1d2c83a1b0d40951b587e298b0..eb07ac9b894370cdf9b045071c401e64bd862bf2 100644 (file)
@@ -126,8 +126,6 @@ enum WIFI_REASON_CODE       {
 #define WLAN_REASON_DISASSOC_STA_HAS_LEFT 8
 #define WLAN_REASON_STA_REQ_ASSOC_WITHOUT_AUTH 9 */
 /* IEEE 802.11h */
-#define WLAN_REASON_PWR_CAPABILITY_NOT_VALID 10
-#define WLAN_REASON_SUPPORTED_CHANNEL_NOT_VALID 11
 
 /* IEEE 802.11i
 #define WLAN_REASON_INVALID_IE 13