diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h index 4e608067253e..a0262b7723c3 100644 --- a/drivers/net/wireless/wl12xx/wl1271.h +++ b/drivers/net/wireless/wl12xx/wl1271.h | |||
@@ -54,6 +54,7 @@ enum { | |||
54 | DEBUG_CMD = BIT(12), | 54 | DEBUG_CMD = BIT(12), |
55 | DEBUG_ACX = BIT(13), | 55 | DEBUG_ACX = BIT(13), |
56 | DEBUG_SDIO = BIT(14), | 56 | DEBUG_SDIO = BIT(14), |
57 | DEBUG_FILTERS = BIT(15), | ||
57 | DEBUG_ALL = ~0, | 58 | DEBUG_ALL = ~0, |
58 | }; | 59 | }; |
59 | 60 | ||
@@ -458,6 +459,7 @@ struct wl1271 { | |||
458 | /* Default key (for WEP) */ | 459 | /* Default key (for WEP) */ |
459 | u32 default_key; | 460 | u32 default_key; |
460 | 461 | ||
462 | unsigned int filters; | ||
461 | unsigned int rx_config; | 463 | unsigned int rx_config; |
462 | unsigned int rx_filter; | 464 | unsigned int rx_filter; |
463 | 465 | ||