|
@@ -517,6 +517,9 @@ static void setup_ht_cap(struct ath9k_htc_priv *priv,
|
|
|
ath_dbg(common, CONFIG, "TX streams %d, RX streams: %d\n",
|
|
|
tx_streams, rx_streams);
|
|
|
|
|
|
+ if (tx_streams >= 2)
|
|
|
+ ht_info->cap |= IEEE80211_HT_CAP_TX_STBC;
|
|
|
+
|
|
|
if (tx_streams != rx_streams) {
|
|
|
ht_info->mcs.tx_params |= IEEE80211_HT_MCS_TX_RX_DIFF;
|
|
|
ht_info->mcs.tx_params |= ((tx_streams - 1) <<
|