summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-config.h
diff options
context:
space:
mode:
authorGregory Greenman <gregory.greenman@intel.com>2014-09-02 16:04:58 +0200
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-10-29 12:49:13 +0200
commit77d96730db597ec82d78f3063daab2f17d14eff4 (patch)
treef6485ff7571e27cf6e7ec61019b344d642ca89db /drivers/net/wireless/iwlwifi/iwl-config.h
parent7f549e2c45ba216f629aad7c463c00a3fc1ec2ea (diff)
downloadop-kernel-dev-77d96730db597ec82d78f3063daab2f17d14eff4.zip
op-kernel-dev-77d96730db597ec82d78f3063daab2f17d14eff4.tar.gz
iwlwifi: allow to restrict Tx aggregation size per-device
A few slave bus devices show better performance when we reduce the size of the Tx A-MPDU. Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-config.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-config.h b/drivers/net/wireless/iwlwifi/iwl-config.h
index 2ef83a3..76d363d 100644
--- a/drivers/net/wireless/iwlwifi/iwl-config.h
+++ b/drivers/net/wireless/iwlwifi/iwl-config.h
@@ -246,6 +246,7 @@ struct iwl_pwr_tx_backoff {
* @nvm_hw_section_num: the ID of the HW NVM section
* @pwr_tx_backoffs: translation table between power limits and backoffs
* @max_rx_agg_size: max RX aggregation size of the ADDBA request/response
+ * @max_tx_agg_size: max TX aggregation size of the ADDBA request/response
*
* We enable the driver to be backward compatible wrt. hardware features.
* API differences in uCode shouldn't be handled here but through TLVs
@@ -285,6 +286,7 @@ struct iwl_cfg {
const char *default_nvm_file;
unsigned int max_rx_agg_size;
bool disable_dummy_notification;
+ unsigned int max_tx_agg_size;
};
/*
OpenPOWER on IntegriCloud