Searched refs:drv_unblock_wk (Results 1 – 2 of 2) sorted by relevance
192 sta = container_of(wk, struct sta_info, drv_unblock_wk); in sta_unblock()246 INIT_WORK(&sta->drv_unblock_wk, sta_unblock); in sta_info_alloc()754 cancel_work_sync(&sta->drv_unblock_wk); in __sta_info_destroy()1314 ieee80211_queue_work(hw, &sta->drv_unblock_wk); in ieee80211_sta_block_awake()
288 struct work_struct drv_unblock_wk; member