aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-12-12 16:45:15 +0100
committerTejun Heo <tj@kernel.org>2010-12-12 16:45:15 +0100
commit1635953305694ece16d99078ca6d32f3d4e7eb36 (patch)
tree32ccd6373048359f4e2fa49d922d9888b41abbe1 /net
parenti2400m: drop i2400m_schedule_work() (diff)
downloadlinux-dev-1635953305694ece16d99078ca6d32f3d4e7eb36.tar.xz
linux-dev-1635953305694ece16d99078ca6d32f3d4e7eb36.zip
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 'net')
0 files changed, 0 insertions, 0 deletions