nl80211: Stop scheduled scan if netlink client disappears
[linux-block.git] / net / wireless / core.h
index e82030c323111e20dc5f3d1eede540b02795ec61..801cd49c5a0c5f2748ff4aba595d865645208745 100644 (file)
@@ -91,6 +91,8 @@ struct cfg80211_registered_device {
        struct list_head destroy_list;
        struct work_struct destroy_work;
 
+       struct work_struct sched_scan_stop_wk;
+
        /* must be last because of the way we do wiphy_priv(),
         * and it should at least be aligned to NETDEV_ALIGN */
        struct wiphy wiphy __aligned(NETDEV_ALIGN);