qcacmn: Update EHT op/caps as per draft 1.5

Update EHT Operation and Capabilities as per 11be draft 1.5
specification.

Change-Id: I6feb644c09db2c7f0578665733c29957be049408
CRs-Fixed: 3197384
This commit is contained in:
Deeksha Gupta
2022-05-30 23:34:30 +05:30
committed by Madan Koyyalamudi
parent 817418566e
commit f666bb4d71
2 changed files with 181 additions and 164 deletions

View File

@@ -264,9 +264,11 @@ util_scan_get_phymode_11be(struct wlan_objmgr_pdev *pdev,
EHTOP_PARAM_DISABLED_SC_BITMAP_PRESENT_IDX,
EHTOP_PARAM_DISABLED_SC_BITMAP_PRESENT_BITS)) {
scan_params->channel.puncture_bitmap =
QDF_GET_BITS(eht_ops->disable_sub_chan_bitmap[0], 0, 8);
QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[0],
0, 8);
scan_params->channel.puncture_bitmap |=
QDF_GET_BITS(eht_ops->disable_sub_chan_bitmap[1], 0, 8) << 8;
QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[1],
0, 8) << 8;
} else {
scan_params->channel.puncture_bitmap = 0;
}