bif_detachd
if (bp->bif_methods->bif_detachd != NULL)
bp->bif_methods->bif_detachd(bp->bif_softc);
bif_detachd(bp);
bif_detachd_t *bif_detachd;
.bif_detachd = bpf_ieee80211_detach,