Merge remote branch 'libmc1322x/master' into update-libmc1322x

Conflicts:
	cpu/mc1322x/COPYING
This commit is contained in:
Mariano Alvira 2011-02-17 14:41:47 -05:00
commit 2e331b51e8
9 changed files with 386 additions and 20 deletions

View file

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