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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra_vht.c542 int nss, ic_max_mcs, ni_max_mcs, max_mcs; local
548 ic_max_mcs = ieee80211_ra_vht_get_max_mcs(ic->ic_vht_txmcs,
552 if ((ic_max_mcs != 7 && ic_max_mcs != 8 && ic_max_mcs != 9) ||
556 max_mcs = MIN(ic_max_mcs, ni_max_mcs);

Completed in 32 milliseconds