X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Flayers%2FIEEE154MessageLayer.h;h=31ab0ea53fdc2c6178cd8e4eb9fc66c5a2694d01;hb=97e9cb5f12a8fcdd7537ddd0eec19ffe364af663;hp=9748012da38e43530df33458c0a63d99ad9ec59e;hpb=51b365b6cb1df293dac98e285ae4856c2dccba2b;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/layers/IEEE154MessageLayer.h b/tos/chips/rf2xx/layers/IEEE154MessageLayer.h index 9748012d..31ab0ea5 100644 --- a/tos/chips/rf2xx/layers/IEEE154MessageLayer.h +++ b/tos/chips/rf2xx/layers/IEEE154MessageLayer.h @@ -26,7 +26,6 @@ typedef nx_struct ieee154_header_t { - nxle_uint8_t length; nxle_uint16_t fcf; nxle_uint8_t dsn; nxle_uint16_t destpan; @@ -34,12 +33,6 @@ typedef nx_struct ieee154_header_t nxle_uint16_t src; } ieee154_header_t; -// the actual radio driver might not use this -typedef nx_struct ieee154_footer_t -{ - nxle_uint16_t crc; -} ieee154_footer_t; - enum ieee154_fcf_enums { IEEE154_FCF_FRAME_TYPE = 0, IEEE154_FCF_SECURITY_ENABLED = 3,