forked from espressif/esp-idf
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 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