Searched refs:wx_sync_scan_wq (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_softmac_wx.c | 275 struct ieee80211_device *ieee = container_of(work, struct ieee80211_device, wx_sync_scan_wq); in ieee80211_wx_sync_scan_wq() 326 queue_work(ieee->wq, &ieee->wx_sync_scan_wq); in ieee80211_wx_set_scan()
|
D | ieee80211.h | 1051 struct work_struct wx_sync_scan_wq; member
|
D | ieee80211_softmac.c | 2581 INIT_WORK(&ieee->wx_sync_scan_wq,(void*) ieee80211_wx_sync_scan_wq); in ieee80211_softmac_init()
|
/linux-2.6.39/drivers/staging/rtl8192e/ieee80211/ |
D | ieee80211_softmac_wx.c | 300 … struct ieee80211_device *ieee = container_of(work, struct ieee80211_device, wx_sync_scan_wq); in ieee80211_wx_sync_scan_wq() 386 queue_work(ieee->wq, &ieee->wx_sync_scan_wq); in ieee80211_wx_set_scan()
|
D | ieee80211.h | 2098 struct work_struct wx_sync_scan_wq; member
|
D | ieee80211_softmac.c | 2801 INIT_WORK(&ieee->wx_sync_scan_wq,ieee80211_wx_sync_scan_wq); in ieee80211_softmac_init()
|
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac_wx.c | 299 struct ieee80211_device *ieee = container_of(work, struct ieee80211_device, wx_sync_scan_wq); in ieee80211_wx_sync_scan_wq() 371 queue_work(ieee->wq, &ieee->wx_sync_scan_wq); in ieee80211_wx_set_scan()
|
D | ieee80211.h | 2090 struct work_struct wx_sync_scan_wq; member
|
D | ieee80211_softmac.c | 2740 INIT_WORK(&ieee->wx_sync_scan_wq,ieee80211_wx_sync_scan_wq); in ieee80211_softmac_init()
|