mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
fix(sniffer): fix channel in rx_ctrl is zero when using sniffer
This commit is contained in:
@ -40,7 +40,7 @@ rcUpdateRate = 0x40001c9c;
|
||||
wDev_AppendRxBlocks = 0x40001cdc;
|
||||
//wDev_IndicateFrame = 0x40001cec;
|
||||
wDev_ProcessFiq = 0x40001d08;
|
||||
wDev_ProcessRxSucData = 0x40001d0c;
|
||||
/*wDev_ProcessRxSucData = 0x40001d0c;*/
|
||||
ppProcTxDone = 0x40001d1c;
|
||||
/*pm_tx_data_done_process = 0x40001d20;*/
|
||||
ppMapWaitTxq = 0x40001d28;
|
||||
|
@ -272,7 +272,7 @@ wdev_mac_special_reg_store = 0x40000fd0;
|
||||
wdev_mac_wakeup = 0x40000fd4;
|
||||
wdev_mac_sleep = 0x40000fd8;
|
||||
wDev_ProcessFiq = 0x40000fdc;
|
||||
wDev_ProcessRxSucData = 0x40000fe0;
|
||||
/*wDev_ProcessRxSucData = 0x40000fe0;*/
|
||||
wdevProcessRxSucDataAll = 0x40000fe4;
|
||||
wdev_csi_len_align = 0x40000fe8;
|
||||
wDev_IndicateBeaconMemoryFrame = 0x40000fec;
|
||||
|
Submodule components/esp_wifi/lib updated: b0babc0f03...bd7c5a7ba4
Reference in New Issue
Block a user