Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dathnvar.h620 int (*sc_media_change)(struct ifnet *); member
Dathn.c373 if (sc->sc_media_change == NULL) in athn_attach()
374 sc->sc_media_change = athn_media_change; in athn_attach()
375 ieee80211_media_init(ic, sc->sc_media_change, ieee80211_media_status); in athn_attach()
/netbsd/src/sys/dev/usb/
Dif_athn_usb.c430 sc->sc_media_change = athn_usb_media_change; in athn_usb_attachhook()