mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
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:
@@ -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 */
|
||||
|
Submodule components/esp_wifi/lib updated: 5c7ffad5b0...df42b857ed
Reference in New Issue
Block a user