Home
last modified time | relevance | path

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

/src/sys/dev/usb/wlan/
H A Dif_run.c828 sc->mac_ver = ver >> 16; in run_attach()
836 sc->mac_ver, sc->mac_rev, run_get_rf(sc->rf_rev), in run_attach()
1250 if ((sc->mac_ver) != 0x2860 && in run_load_microcode()
1251 (sc->mac_ver) != 0x2872 && in run_load_microcode()
1252 (sc->mac_ver) != 0x3070) { in run_load_microcode()
1795 if (sc->mac_ver != 0x5390) { in run_get_txpower()
1804 if (sc->mac_ver >= 0x5390) { in run_get_txpower()
1811 if (sc->mac_ver > 0x5390) { in run_get_txpower()
1814 } else if (sc->mac_ver < 0x5390) { in run_get_txpower()
1834 if (sc->mac_ver != 0x5592) { in run_get_txpower()
[all …]
H A Dif_runvar.h177 uint16_t mac_ver; member
H A Dif_mtwvar.h311 uint16_t mac_ver; member
/src/sys/dev/ral/
H A Drt2860.c264 sc->mac_ver = tmp >> 16; in rt2860_attach()
267 if (sc->mac_ver != 0x2860 && in rt2860_attach()
275 sc->mac_ver, sc->mac_rev, rt2860_get_rf(sc->rf_rev), in rt2860_attach()
300 sc->mgtqid = (sc->mac_ver == 0x2860 && sc->mac_rev == 0x0100) ? in rt2860_attach()
2362 if (sc->mac_ver == 0x3593 && sc->nrxchains > 2) in rt2860_select_chan_group()
2368 if (sc->mac_ver == 0x3593 && sc->ntxchains > 2) in rt2860_select_chan_group()
2374 if (sc->mac_ver == 0x3593 && sc->ntxchains > 2) in rt2860_select_chan_group()
2379 if (sc->mac_ver == 0x3593) { in rt2860_select_chan_group()
2396 if (sc->mac_ver >= 0x3071) in rt2860_select_chan_group()
2557 if (sc->mac_ver == 0x5392) { in rt5390_set_chan()
[all …]
H A Drt2860var.h160 uint16_t mac_ver; member