staging: r8188eu: remove unused defines in wifi.h
authorZameer Manji <zmanji@gmail.com>
Tue, 16 Nov 2021 01:14:33 +0000 (01:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Nov 2021 12:56:10 +0000 (13:56 +0100)
None of these defines in wifi.h are used so they
can be safely removed.

Reviewed-by: Pavel Skripkin <paskripkin@gmail.com>
Signed-off-by: Zameer Manji <zmanji@gmail.com>
Link: https://lore.kernel.org/r/20211116011451.896714-1-zmanji@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/wifi.h

index 193a557f0f477c3d063c72d0f2ea2e1c2d7688d4..7cbc7015e90ff017d14b6cf1fd88a70ddc66abbb 100644 (file)
 #define BIT(x) (1 << (x))
 
 #define WLAN_ETHHDR_LEN                14
-#define WLAN_ETHADDR_LEN       6
-#define WLAN_IEEE_OUI_LEN      3
-#define WLAN_ADDR_LEN          6
-#define WLAN_CRC_LEN           4
-#define WLAN_BSSID_LEN         6
-#define WLAN_BSS_TS_LEN                8
 #define WLAN_HDR_A3_LEN                24
-#define WLAN_HDR_A4_LEN                30
 #define WLAN_HDR_A3_QOS_LEN    26
-#define WLAN_HDR_A4_QOS_LEN    32
 #define WLAN_SSID_MAXLEN       32
-#define WLAN_DATA_MAXLEN       2312
-
-#define WLAN_A3_PN_OFFSET      24
-#define WLAN_A4_PN_OFFSET      30
-
-#define WLAN_MIN_ETHFRM_LEN    60
-#define WLAN_MAX_ETHFRM_LEN    1514
-#define WLAN_ETHHDR_LEN                14
-
-#define P80211CAPTURE_VERSION  0x80211001
-
-/*  This value is tested by WiFi 11n Test Plan 5.2.3. */
-/*  This test verifies the WLAN NIC can update the NAV through sending
- *  the CTS with large duration. */
-#define        WiFiNavUpperUs                          30000   /*  30 ms */
 
 enum WIFI_FRAME_TYPE {
        WIFI_MGT_TYPE  =        (0),
@@ -487,13 +464,6 @@ static inline int IsFrameTypeCtrl(unsigned char *pframe)
 #define _STATUS_CODE_          2
 #define _TIMESTAMP_            8
 
-#define AUTH_ODD_TO            0
-#define AUTH_EVEN_TO           1
-
-#define WLAN_ETHCONV_ENCAP     1
-#define WLAN_ETHCONV_RFC1042   2
-#define WLAN_ETHCONV_8021h     3
-
 #define cap_ESS                BIT(0)
 #define cap_IBSS       BIT(1)
 #define cap_CFPollable BIT(2)
@@ -632,13 +602,6 @@ enum ht_cap_ampdu_factor {
 #define HT_INFO_OPERATION_MODE_TRANSMIT_BURST_LIMIT    ((u8) BIT(3))
 #define HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT      ((u8) BIT(4))
 
-#define HT_INFO_STBC_PARAM_DUAL_BEACON         ((u16) BIT(6))
-#define HT_INFO_STBC_PARAM_DUAL_STBC_PROTECT   ((u16) BIT(7))
-#define HT_INFO_STBC_PARAM_SECONDARY_BC                ((u16) BIT(8))
-#define HT_INFO_STBC_PARAM_LSIG_TXOP_PROTECT_ALLOWED   ((u16) BIT(9))
-#define HT_INFO_STBC_PARAM_PCO_ACTIVE          ((u16) BIT(10))
-#define HT_INFO_STBC_PARAM_PCO_PHASE           ((u16) BIT(11))
-
 /*     ===============WPS Section=============== */
 /*     For WPSv1.0 */
 #define WPSOUI                                 0x0050f204
@@ -949,26 +912,6 @@ enum P2P_PS_MODE {
        P2P_PS_MIX = 3, /*  CTWindow and NoA */
 };
 
-/*     =====================WFD Section===================== */
-/*     For Wi-Fi Display */
-#define        WFD_ATTR_DEVICE_INFO            0x00
-#define        WFD_ATTR_ASSOC_BSSID            0x01
-#define        WFD_ATTR_COUPLED_SINK_INFO      0x06
-#define        WFD_ATTR_LOCAL_IP_ADDR          0x08
-#define        WFD_ATTR_SESSION_INFO           0x09
-#define        WFD_ATTR_ALTER_MAC              0x0a
-
-/*     For WFD Device Information Attribute */
-#define        WFD_DEVINFO_SOURCE                      0x0000
-#define        WFD_DEVINFO_PSINK                       0x0001
-#define        WFD_DEVINFO_SSINK                       0x0002
-#define        WFD_DEVINFO_DUAL                        0x0003
-
-#define        WFD_DEVINFO_SESSION_AVAIL               0x0010
-#define        WFD_DEVINFO_WSD                         0x0040
-#define        WFD_DEVINFO_PC_TDLS                     0x0080
-#define        WFD_DEVINFO_HDCP_SUPPORT                0x0100
-
 #define IP_MCAST_MAC(mac)                              \
        ((mac[0] == 0x01) && (mac[1] == 0x00) && (mac[2] == 0x5e))
 #define ICMPV6_MCAST_MAC(mac)                          \