diff options
author | Juuso Oikarinen <juuso.oikarinen@nokia.com> | 2009-10-13 05:47:59 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:48:16 -0400 |
commit | b54853f1b157a173fe5ac9145623670c66a9e7b9 (patch) | |
tree | b21f5bfa76ebb939e3345420953a7df1aca64fd6 /drivers/net/wireless/wl12xx/wl1271.h | |
parent | bd5ea18f7b47b5397233301920180128793295a2 (diff) |
wl1271: Fix filter configuration
Fix the filter configuration to properly work with the two phase filter
configuration (prepare_multicast/configure_filter.)
Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h index fca59687041e..1309b20e4d5b 100644 --- a/drivers/net/wireless/wl12xx/wl1271.h +++ b/drivers/net/wireless/wl12xx/wl1271.h | |||
@@ -363,9 +363,6 @@ struct wl1271 { | |||
363 | 363 | ||
364 | struct work_struct tx_work; | 364 | struct work_struct tx_work; |
365 | 365 | ||
366 | struct work_struct filter_work; | ||
367 | struct wl1271_filter_params *filter_params; | ||
368 | |||
369 | /* Pending TX frames */ | 366 | /* Pending TX frames */ |
370 | struct sk_buff *tx_frames[ACX_TX_DESCRIPTORS]; | 367 | struct sk_buff *tx_frames[ACX_TX_DESCRIPTORS]; |
371 | 368 | ||