get LQI of received packets

This commit is contained in:
Mariano Alvira 2010-08-18 14:55:50 -04:00
parent de64b18aca
commit 36d0b2708d
4 changed files with 7 additions and 1 deletions

View file

@ -51,6 +51,7 @@ struct packet {
/* On TX this should be 0 */
/* On RX this should be 1 since the maca puts the length as the first byte*/
uint8_t offset;
uint8_t lqi;
#if PACKET_STATS
uint8_t seen;
uint8_t post_tx;