qcacmn: convert target HT cap bitmap to host bitmap
HT cap bit map is different for tlv and non-tlv based firmware. Convert target cap to host cap bitmap to abstract out the differences. Change-Id: Ia803efa3a895c7faa159d8051277d2a926b365a5
This commit is contained in:

committed by
snandini

parent
01e3d84d64
commit
903b554161
@@ -6198,7 +6198,9 @@ enum wmi_host_sta_powersave_param {
|
||||
#define WMI_HOST_HT_CAP_MPDU_DENSITY 0x0700 /* MPDU Density */
|
||||
#define WMI_HOST_HT_CAP_MPDU_DENSITY_MASK_SHIFT 8
|
||||
#define WMI_HOST_HT_CAP_HT40_SGI 0x0800
|
||||
#define WMI_HOST_HT_CAP_IBF_BFER 0x1000
|
||||
#define WMI_HOST_HT_CAP_RX_LDPC 0x1000
|
||||
#define WMI_HOST_HT_CAP_TX_LDPC 0x2000
|
||||
#define WMI_HOST_HT_CAP_IBF_BFER 0x4000
|
||||
|
||||
/* These macros should be used when we wish to advertise STBC support for
|
||||
* only 1SS or 2SS or 3SS. */
|
||||
|
Reference in New Issue
Block a user