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

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_ht.c361 if (ic->ic_txstream < range->txstream)
412 if_printf(ifp, "%dT%dR\n", ic->ic_txstream, ic->ic_rxstream);
432 for (i = 0; i < ic->ic_txstream * 8; i++)
438 if (ic->ic_txstream >= 2) {
442 if (ic->ic_txstream >= 3) {
446 if (ic->ic_txstream == 4) {
1617 maxequalmcs = ic->ic_txstream * 8 - 1;
1619 if (ic->ic_txstream >= 2)
1621 if (ic->ic_txstream >= 3)
1623 if (ic->ic_txstream >
[all...]
H A Dieee80211.c214 if (ic->ic_txstream == 0)
215 ic->ic_txstream = 2;
1117 i = ic->ic_txstream * 8 - 1;
H A Dieee80211_var.h219 uint8_t ic_txstream; /* # TX streams */ member in struct:ieee80211com
/freebsd-10.2-release/sys/dev/iwn/
H A Dif_iwn.c634 ic->ic_txstream = sc->ntxchains;
646 if (ic->ic_txstream > 2)
647 ic->ic_txstream = 2;
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath.c822 ic->ic_txstream = txs;

Completed in 83 milliseconds