Merge branch 'bugfix/fix_bit_width_of_channel_in_rxctrl' into 'master'

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

See merge request espressif/esp-idf!35484
This commit is contained in:
Jiang Jiang Jian
2024-12-10 11:40:23 +08:00
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 */