diff options
| author | Mikhail Pchelin <misha@FreeBSD.org> | 2023-04-14 15:20:09 +0000 |
|---|---|---|
| committer | Mikhail Pchelin <misha@FreeBSD.org> | 2023-04-14 15:20:09 +0000 |
| commit | 2f53b5991ce05b7e6f2b1eb826cd902fb255a9eb (patch) | |
| tree | 5274d81bf1609dafe26583c59c388b9ddd634312 | |
| parent | ea26545cc573ff7e1f69c7cecaf6773e628b6aac (diff) | |
| -rw-r--r-- | sys/net80211/ieee80211_ht.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ht.c b/sys/net80211/ieee80211_ht.c index f98316bc5088..2bdbc101d861 100644 --- a/sys/net80211/ieee80211_ht.c +++ b/sys/net80211/ieee80211_ht.c @@ -3203,7 +3203,7 @@ ieee80211_set_mcsset(struct ieee80211com *ic, uint8_t *frm) for (i = 39; i <= 52; i++) setbit(frm, i); } - if (ic->ic_txstream >= 4) { + if (ic->ic_rxstream >= 4) { for (i = 53; i <= 76; i++) setbit(frm, i); } |
