linux-kernel-test/drivers/net/wireless/hostap
Tejun Heo 1635953305 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
2010-12-12 16:45:15 +01:00
..
hostap_80211_rx.c
hostap_80211_tx.c
hostap_80211.h
hostap_ap.c hostap: don't use flush_scheduled_work() 2010-12-12 16:45:15 +01:00
hostap_ap.h
hostap_common.h
hostap_config.h
hostap_cs.c pcmcia: remove obsolete and wrong comments 2010-09-29 17:20:25 +02:00
hostap_download.c
hostap_hw.c hostap: don't use flush_scheduled_work() 2010-12-12 16:45:15 +01:00
hostap_info.c
hostap_ioctl.c Hostap: Fix "'ret' set but not used" warning message from GCC in hostap 2010-08-24 16:28:20 -04:00
hostap_main.c hostap: fixup strlen() math 2010-07-12 16:05:32 -04:00
hostap_pci.c hostap_pci: set dev->base_addr during probe 2010-07-14 13:49:46 -04:00
hostap_plx.c
hostap_proc.c
hostap_wlan.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 2010-06-17 14:19:06 -07:00
hostap.h
Kconfig
Makefile