Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.c293 &sc->malo_rx_th.wr_ihdr, sizeof(sc->malo_rx_th), in malo_attach()
1884 sc->malo_rx_th.wr_chan_freq = htole16(chan->ic_freq); in malo_chan_set()
1887 sc->malo_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_G); in malo_chan_set()
1890 sc->malo_rx_th.wr_chan_flags = htole16(IEEE80211_CHAN_B); in malo_chan_set()
2043 sc->malo_rx_th.wr_flags = 0; in malo_rx_proc()
2044 sc->malo_rx_th.wr_rate = ds->rate; in malo_rx_proc()
2045 sc->malo_rx_th.wr_antsignal = rssi; in malo_rx_proc()
2046 sc->malo_rx_th.wr_antnoise = ds->nf; in malo_rx_proc()
H A Dif_malo.h559 struct malo_rx_radiotap_header malo_rx_th; member