qcacmn: Get puncture type from puncture pattern
Populate punctured pattern from WIFIPHYRX_COMMON_USER_INFO_E And get puncture type from puncture pattern. Change-Id: I3a5ba4c7c478d15cf3c3cfdcfd0573775ae342ca CRs-Fixed: 3166010
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
b0aa5f2996
commit
2c977089aa
@@ -10358,7 +10358,7 @@ static int dp_txrx_get_ratekbps(int preamb, int mcs,
|
||||
{
|
||||
uint32_t rix;
|
||||
uint16_t ratecode;
|
||||
enum PUNCTURED_MODES punc_mode = NO_PUNCTURE;
|
||||
enum cdp_punctured_modes punc_mode = NO_PUNCTURE;
|
||||
|
||||
return dp_getrateindex((uint32_t)gintval, (uint16_t)mcs, 1,
|
||||
(uint8_t)preamb, 1, punc_mode,
|
||||
|
Reference in New Issue
Block a user