fix(wifi): expend bit width of channel in rxctrl

This commit is contained in:
yinqingzhao
2024-12-06 19:41:25 +08:00
committed by Kapil Gupta
parent f890bbe616
commit 3fca3a1223
2 changed files with 4 additions and 4 deletions

View File

@@ -204,9 +204,9 @@ typedef struct {
unsigned : 1; /**< reserved */
unsigned : 1; /**< reserved */
unsigned : 1; /**< reserved */
unsigned channel: 4; /**< the primary channel */
unsigned second: 4; /**< the second channel if in HT40 */
unsigned : 12; /**< reserved */
unsigned channel: 8; /**< the primary channel */
unsigned second: 8; /**< the second channel if in HT40 */
unsigned : 4; /**< reserved */
unsigned : 4; /**< reserved */
unsigned : 1; /**< reserved */
unsigned : 7; /**< reserved */