diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2012-06-16 23:31:48 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-20 23:14:42 +0400 |
commit | 7e05bedca084faa073c2e64bbcd6407dbaff3151 (patch) | |
tree | 74d44934c2692630e5d744975abbd9e50df13a80 /drivers/net/wireless/ti/wl1251/wl1251.h | |
parent | edc7651f3a4ffa7fca37d92401562694121512ad (diff) | |
download | linux-7e05bedca084faa073c2e64bbcd6407dbaff3151.tar.xz |
wl1251: remove unused filter_work
filter_work is never used, remove it.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl1251/wl1251.h')
-rw-r--r-- | drivers/net/wireless/ti/wl1251/wl1251.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl1251/wl1251.h b/drivers/net/wireless/ti/wl1251/wl1251.h index 9d8f5816c6f9..fd02060038de 100644 --- a/drivers/net/wireless/ti/wl1251/wl1251.h +++ b/drivers/net/wireless/ti/wl1251/wl1251.h @@ -315,7 +315,6 @@ struct wl1251 { bool tx_queue_stopped; struct work_struct tx_work; - struct work_struct filter_work; /* Pending TX frames */ struct sk_buff *tx_frames[16]; |