|
@@ -312,6 +312,7 @@ struct iwl_pwr_tx_backoff {
|
|
|
* @smem_offset: offset from which the SMEM begins
|
|
|
* @smem_len: the length of SMEM
|
|
|
* @mq_rx_supported: multi-queue rx support
|
|
|
+ * @vht_mu_mimo_supported: VHT MU-MIMO support
|
|
|
*
|
|
|
* We enable the driver to be backward compatible wrt. hardware features.
|
|
|
* API differences in uCode shouldn't be handled here but through TLVs
|
|
@@ -364,6 +365,7 @@ struct iwl_cfg {
|
|
|
const struct iwl_tt_params *thermal_params;
|
|
|
bool apmg_not_supported;
|
|
|
bool mq_rx_supported;
|
|
|
+ bool vht_mu_mimo_supported;
|
|
|
};
|
|
|
|
|
|
/*
|