From: Glen Lee <[email protected]> The define ACTION and PROBE_REQ are duplicate. They are aleady defined in host_interface.h. Just delete it.
Signed-off-by: Glen Lee <[email protected]> Signed-off-by: Tony Cho <[email protected]> --- drivers/staging/wilc1000/wilc_wlan.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.h b/drivers/staging/wilc1000/wilc_wlan.h index 198ddb7..bf0c7c7 100644 --- a/drivers/staging/wilc1000/wilc_wlan.h +++ b/drivers/staging/wilc1000/wilc_wlan.h @@ -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 /******************************************** * -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
