diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-12 15:45:15 (GMT) |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-12-12 15:45:15 (GMT) |
commit | 1635953305694ece16d99078ca6d32f3d4e7eb36 (patch) | |
tree | 32ccd6373048359f4e2fa49d922d9888b41abbe1 /drivers/net/3c527.h | |
parent | 781ba4567698be9db7ca94d827c4b38d8583c168 (diff) | |
download | linux-fsl-qoriq-1635953305694ece16d99078ca6d32f3d4e7eb36.tar.xz |
hostap: don't use flush_scheduled_work()
flush_scheduled_work() is on its way out. Drop flush_scheduled_work()
from prism2_free_local_data() and replace it with explicit flushing of
work items on the respective free functions. Work items in ap_data
are flushed from hostap_free_data() and the ones in local_info from
prism2_free_local_data().
Flush is used instead of cancel as some process and free items from
queue.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jes Sorensen <jes@trained-monkey.org>
Cc: netdev@vger.kernel.org
Diffstat (limited to 'drivers/net/3c527.h')
0 files changed, 0 insertions, 0 deletions