Browse Source

qcacld-3.0: Remove macro HDD_ETHERTYPE_802_1_X_FRAME_OFFSET

Change Id2ea9b08bdcbc62b1d96d983d19bcf71becc9c42 ("qcacld-3.0: Parse
tx packets only once in tx datapath") removd the usage of macro
HDD_ETHERTYPE_802_1_X_FRAME_OFFSET. Since it is unused, remove it.

Change-Id: Ie3606d5641c2c7b50421217a4d9f50b066163760
CRs-Fixed: 2376935
Jeff Johnson 6 years ago
parent
commit
a00ff4ce5f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      core/hdd/inc/wlan_hdd_tx_rx.h

+ 1 - 2
core/hdd/inc/wlan_hdd_tx_rx.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -55,7 +55,6 @@ struct hdd_context;
 #define hdd_dp_exit() hdd_dp_debug("exit")
 
 #define HDD_ETHERTYPE_802_1_X              0x888E
-#define HDD_ETHERTYPE_802_1_X_FRAME_OFFSET 12
 #ifdef FEATURE_WLAN_WAPI
 #define HDD_ETHERTYPE_WAI                  0x88b4
 #define IS_HDD_ETHERTYPE_WAI(_skb) (ntohs(_skb->protocol) == \