staging: wilc1000: delete define ACTION and PROBE_REQ
authorGlen Lee <glen.lee@atmel.com>
Thu, 1 Oct 2015 07:03:39 +0000 (16:03 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 09:59:52 +0000 (11:59 +0200)
The define ACTION and PROBE_REQ are duplicate. They are aleady defined in
host_interface.h. Just delete it.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.h

index 198ddb7c449a8229a347ebf02811cf6c119bb13c..bf0c7c71b2e6c8c7f579294dbc7757c978921871 100644 (file)
@@ -32,8 +32,6 @@
 
 #define ETH_CONFIG_PKT_HDR_OFFSET (ETH_ETHERNET_HDR_OFFSET + \
                                   ETH_CONFIG_PKT_HDR_LEN)
-#define   ACTION         0xD0
-#define   PROBE_REQ   0x40
 
 /********************************************
  *
This page took 0.024673 seconds and 5 git commands to generate.