Home
last modified time | relevance | path

Searched refs:drv_unblock_wk (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/mac80211/
Dsta_info.c192 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()
Dsta_info.h288 struct work_struct drv_unblock_wk; member