mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/wifi_channel_state_information_data_type_v3.1' into 'release/v3.1'
esp32: Change channel state information(CSI) data type from unsigned char to singed char (backport v3.1) See merge request idf/esp-idf!2697
This commit is contained in:
commit
f43dd79e11
@ -402,7 +402,7 @@ typedef struct {
|
||||
wifi_pkt_rx_ctrl_t rx_ctrl;/**< received packet radio metadata header of the CSI data */
|
||||
uint8_t mac[6]; /**< source MAC address of the CSI data */
|
||||
bool last_word_invalid; /**< last four bytes of the CSI data is invalid or not */
|
||||
uint8_t *buf; /**< buffer of CSI data */
|
||||
int8_t *buf; /**< buffer of CSI data */
|
||||
uint16_t len; /**< length of CSI data */
|
||||
} wifi_csi_info_t;
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 0bfda8bbf6a804298b357614f5f215248c36bce3
|
||||
Subproject commit 9b9a3b35f0c3d069ca5780bfe4ab876eac02262c
|
Loading…
x
Reference in New Issue
Block a user