mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-27 07:31:01 +02:00
fix(wifi): expend bit width of channel in rxctrl
This commit is contained in:
@@ -204,9 +204,9 @@ typedef struct {
|
|||||||
unsigned : 1; /**< reserved */
|
unsigned : 1; /**< reserved */
|
||||||
unsigned : 1; /**< reserved */
|
unsigned : 1; /**< reserved */
|
||||||
unsigned : 1; /**< reserved */
|
unsigned : 1; /**< reserved */
|
||||||
unsigned channel: 4; /**< the primary channel */
|
unsigned channel: 8; /**< the primary channel */
|
||||||
unsigned second: 4; /**< the second channel if in HT40 */
|
unsigned second: 8; /**< the second channel if in HT40 */
|
||||||
unsigned : 12; /**< reserved */
|
unsigned : 4; /**< reserved */
|
||||||
unsigned : 4; /**< reserved */
|
unsigned : 4; /**< reserved */
|
||||||
unsigned : 1; /**< reserved */
|
unsigned : 1; /**< reserved */
|
||||||
unsigned : 7; /**< reserved */
|
unsigned : 7; /**< reserved */
|
||||||
|
Submodule components/esp_wifi/lib updated: 5c7ffad5b0...df42b857ed
Reference in New Issue
Block a user