qcacmn: ratetable changes for 11BE
modify dp_getmodulation and dp_getrateindex to pass puncturing mode update DP_RATE_TABLE_SIZE to support 11BE Change-Id: I7f59b29c18d882b541dca0477c7ed6c8cff4da59 CRs-Fixed: 3098366
This commit is contained in:

committed by
Madan Koyyalamudi

parent
fdaf4235b8
commit
2491f91f55
@@ -9737,7 +9737,8 @@ static int dp_txrx_get_ratekbps(int preamb, int mcs,
|
||||
uint16_t ratecode;
|
||||
|
||||
return dp_getrateindex((uint32_t)gintval, (uint16_t)mcs, 1,
|
||||
(uint8_t)preamb, 1, &rix, &ratecode);
|
||||
(uint8_t)preamb, 1, NO_PUNCTURE,
|
||||
&rix, &ratecode);
|
||||
}
|
||||
#else
|
||||
static int dp_txrx_get_ratekbps(int preamb, int mcs,
|
||||
|
Reference in New Issue
Block a user