qcacld-3.0: Fill nss chain params from legacy structure
Fill the cmn nss chains structure from the mlme nss chain params structure and send to fw Change-Id: I573b0df20be31af536107f0585e7fa825dc2b6b3 CRs-Fixed: 2349823
This commit is contained in:

committed by
nshrivas

parent
6164b86ec6
commit
257f69dbcf
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <wlan_cmn.h>
|
||||
#include <reg_services_public_struct.h>
|
||||
#include <wmi_unified_param.h>
|
||||
|
||||
#define CFG_PMKID_MODES_OKC (0x1)
|
||||
#define CFG_PMKID_MODES_PMKSA_CACHING (0x2)
|
||||
@@ -1025,18 +1026,6 @@ enum dot11p_mode {
|
||||
CFG_11P_CONCURRENT,
|
||||
};
|
||||
|
||||
/**
|
||||
* enum nss_chains_band_info - Band info for dynamic nss, chains change feature
|
||||
* @NSS_CHAINS_BAND_2GHZ: 2.4Ghz band
|
||||
* @NSS_CHAINS_BAND_5GHZ: 5Ghz band
|
||||
* @NSS_CHAINS_BAND_MAX: Max bands supported
|
||||
*/
|
||||
enum nss_chains_band_info {
|
||||
NSS_CHAINS_BAND_2GHZ = 0,
|
||||
NSS_CHAINS_BAND_5GHZ,
|
||||
NSS_CHAINS_BAND_MAX,
|
||||
};
|
||||
|
||||
#define MAX_VDEV_NSS 2
|
||||
#define MAX_VDEV_CHAINS 2
|
||||
|
||||
|
Reference in New Issue
Block a user