aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib.h
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2015-07-14 22:04:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-14 22:43:29 -0700
commit9b3fcf2bbf9374ade7f9dcac1c58c4af6fcc0694 (patch)
tree33d2b54038d3d4b9806f745f66e47f7faa85c764 /drivers/staging/rtl8192e/rtllib.h
parentstaging: rtl8192e: Remove rtllib_stats structure (diff)
downloadlinux-dev-9b3fcf2bbf9374ade7f9dcac1c58c4af6fcc0694.tar.xz
linux-dev-9b3fcf2bbf9374ade7f9dcac1c58c4af6fcc0694.zip
staging: rtl8192e: Remove unused ether_header structure
Structure is not used in the driver. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib.h')
-rw-r--r--drivers/staging/rtl8192e/rtllib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index c44c8686e6bc..81a3b9348379 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -1140,12 +1140,6 @@ enum {WMM_all_frame, WMM_two_frame, WMM_four_frame, WMM_six_frame};
#define ETHERNET_HEADER_SIZE 14 /* length of two Ethernet address
* plus ether type*/
-struct ether_header {
- u8 ether_dhost[ETHER_ADDR_LEN];
- u8 ether_shost[ETHER_ADDR_LEN];
- u16 ether_type;
-} __packed;
-
enum erp_t {
ERP_NonERPpresent = 0x01,
ERP_UseProtection = 0x02,