|
@@ -1095,6 +1095,7 @@ static int ath10k_core_init_firmware_features(struct ath10k *ar)
|
|
|
ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC;
|
|
|
ar->fw_stats_req_mask = WMI_STAT_PDEV | WMI_STAT_VDEV |
|
|
|
WMI_STAT_PEER;
|
|
|
+ ar->max_spatial_stream = WMI_MAX_SPATIAL_STREAM;
|
|
|
break;
|
|
|
case ATH10K_FW_WMI_OP_VERSION_10_1:
|
|
|
case ATH10K_FW_WMI_OP_VERSION_10_2:
|
|
@@ -1104,6 +1105,7 @@ static int ath10k_core_init_firmware_features(struct ath10k *ar)
|
|
|
ar->max_num_vdevs = TARGET_10X_NUM_VDEVS;
|
|
|
ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC;
|
|
|
ar->fw_stats_req_mask = WMI_STAT_PEER;
|
|
|
+ ar->max_spatial_stream = WMI_MAX_SPATIAL_STREAM;
|
|
|
break;
|
|
|
case ATH10K_FW_WMI_OP_VERSION_TLV:
|
|
|
ar->max_num_peers = TARGET_TLV_NUM_PEERS;
|
|
@@ -1114,6 +1116,7 @@ static int ath10k_core_init_firmware_features(struct ath10k *ar)
|
|
|
ar->wow.max_num_patterns = TARGET_TLV_NUM_WOW_PATTERNS;
|
|
|
ar->fw_stats_req_mask = WMI_STAT_PDEV | WMI_STAT_VDEV |
|
|
|
WMI_STAT_PEER;
|
|
|
+ ar->max_spatial_stream = WMI_MAX_SPATIAL_STREAM;
|
|
|
break;
|
|
|
case ATH10K_FW_WMI_OP_VERSION_10_4:
|
|
|
ar->max_num_peers = TARGET_10_4_NUM_PEERS;
|
|
@@ -1123,6 +1126,7 @@ static int ath10k_core_init_firmware_features(struct ath10k *ar)
|
|
|
ar->num_tids = TARGET_10_4_TGT_NUM_TIDS;
|
|
|
ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC;
|
|
|
ar->fw_stats_req_mask = WMI_STAT_PEER;
|
|
|
+ ar->max_spatial_stream = WMI_10_4_MAX_SPATIAL_STREAM;
|
|
|
break;
|
|
|
case ATH10K_FW_WMI_OP_VERSION_UNSET:
|
|
|
case ATH10K_FW_WMI_OP_VERSION_MAX:
|