wifi: mac80211: move offchannel works to wiphy work
[platform/kernel/linux-starfive.git] / net / mac80211 / ieee80211_i.h
index 4e98e03..5321f75 100644 (file)
@@ -1583,9 +1583,9 @@ struct ieee80211_local {
        /*
         * Remain-on-channel support
         */
-       struct delayed_work roc_work;
+       struct wiphy_delayed_work roc_work;
        struct list_head roc_list;
-       struct work_struct hw_roc_start, hw_roc_done;
+       struct wiphy_work hw_roc_start, hw_roc_done;
        unsigned long hw_roc_start_time;
        u64 roc_cookie_counter;