qcacmn: Add pdev param to set firmware to use lower chains for tx

Add new pdev param with which firmware can be set to use
a lower number of chains without doing a reset. In response
to this firmware's ratecontrol will select only rates
which can be sent using a lower number of chains, and set
the h/w tx descpriptor's chain select to whatever value
has been configured using this command.

CRs-Fixed: 2123206
Change-Id: Ice713393958c2c2acedba0fe2e9354f3fe3bee75
This commit is contained in:
Anirban Sirkhell
2017-09-26 18:43:06 +05:30
committed by snandini
parent ab551a63c0
commit 428a19b594
3 changed files with 4 additions and 0 deletions

View File

@@ -502,6 +502,7 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_NOMINAL_NOISEFLOOR = 358,
OL_ATH_PARAM_CHAN_INFO = 359,
OL_ATH_PARAM_ACS_RANK = 360,
OL_ATH_PARAM_TXCHAINSOFT = 361,
};
/* Enumeration of PDEV Configuration parameter */