Merge branch 'bugfix/wifi_channel_state_information_data_type' into 'master'

esp32: Change channel state information(CSI) data type from unsigned char to signed char

See merge request idf/esp-idf!2694
This commit is contained in:
Jiang Jiang Jian 2018-07-09 21:28:09 +08:00
commit 3e7a5c4f50
2 changed files with 2 additions and 2 deletions

View file

@ -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