qcacmn: Update EHT capabilities as per draft 1.4

Update EHT Capabilities as per 11be draft 1.4 specification.

Change-Id: Ibce3df4ec1aed07102f01d201409ef4e120fa94f
CRs-Fixed: 3176802
This commit is contained in:
Venkateswara Swamy Bandaru
2022-04-17 01:38:09 +05:30
committed by Madan Koyyalamudi
parent 7310b12d12
commit 964ba5e0a6
2 changed files with 7 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ struct vdev_mlme_he_ops_info {
/**
* struct vdev_mlme_eht_caps_info - vdev mlme EHT capability information
* @eht_maccap_nseppriaccess_support : NSEP Priority Access Supported
* @eht_maccap_epcspriaccess_support : EPCS Priority Access Supported
* @eht_maccap_ehtomctrl_support : EHT OM Control Support
* @eht_maccap_trigtxop_support : Triggered TXOP Sharing Support
* @eht_phycap_reserved : Reserved
@@ -216,7 +216,7 @@ struct vdev_mlme_he_ops_info {
* @eht_phycap_mubfmr320mhz : MU Beamformer (BW = 320 MHz)
*/
struct vdev_mlme_eht_caps_info {
uint32_t eht_maccap_nseppriaccess_support :1,
uint32_t eht_maccap_epcspriaccess_support :1,
eht_maccap_ehtomctrl_support :1,
eht_maccap_trigtxop_support :1;
uint32_t eht_phycap_reserved :1,
@@ -258,7 +258,10 @@ struct vdev_mlme_eht_caps_info {
eht_phycap_nonofdmaulmumimo320mhz :1,
eht_phycap_mubfmrlt80mhz :1,
eht_phycap_mubfmr160mhz :1,
eht_phycap_mubfmr320mhz :1;
eht_phycap_mubfmr320mhz :1,
eht_phycap_tb_sounding_feedback_rl :1;
uint32_t eht_phycap_rx1024qamwiderbwdlofdma :1,
eht_phycap_rx4096qamwiderbwdlofdma :1;
};
/**