Searched refs:URTW_RTL8187B_REV_B (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_urtwvar.h107 #define URTW_RTL8187B_REV_B (1 << 3) macro
H A Dif_urtw.c2358 sc->sc_flags |= URTW_RTL8187B_REV_B;
2368 sc->sc_flags |= URTW_RTL8187B_REV_B;
3367 ((sc->sc_flags & URTW_RTL8187B_REV_B) ? cck_pwrlvl_max : 22) :
3368 (cck_pwrlvl + ((sc->sc_flags & URTW_RTL8187B_REV_B) ? 0 : 7));
3374 if (sc->sc_flags & URTW_RTL8187B_REV_B)
3390 ((sc->sc_flags & URTW_RTL8187B_REV_B) ? 17 : 25) :
3391 (ofdm_pwrlvl + ((sc->sc_flags & URTW_RTL8187B_REV_B) ? 2 : 10));
3398 if (sc->sc_flags & URTW_RTL8187B_REV_B) {

Completed in 38 milliseconds