Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_proto.c247 static void update_chw(void *, int);
286 TASK_INIT(&ic->ic_chw_task, 0, update_chw, ic); in ieee80211_proto_attach()
1337 update_chw(void *arg, int npending) in update_chw() function