|
@@ -927,6 +927,7 @@ static int ath10k_core_init_firmware_features(struct ath10k *ar)
|
|
case ATH10K_FW_WMI_OP_VERSION_TLV:
|
|
case ATH10K_FW_WMI_OP_VERSION_TLV:
|
|
ar->max_num_peers = TARGET_TLV_NUM_PEERS;
|
|
ar->max_num_peers = TARGET_TLV_NUM_PEERS;
|
|
ar->max_num_stations = TARGET_TLV_NUM_STATIONS;
|
|
ar->max_num_stations = TARGET_TLV_NUM_STATIONS;
|
|
|
|
+ ar->max_num_vdevs = TARGET_TLV_NUM_VDEVS;
|
|
ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC;
|
|
ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC;
|
|
break;
|
|
break;
|
|
case ATH10K_FW_WMI_OP_VERSION_UNSET:
|
|
case ATH10K_FW_WMI_OP_VERSION_UNSET:
|