]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/IEEE154MessageLayer.h
reorganized packet header handling, added RF212Ieee154MessageC for BLIP
[tinyos-2.x.git] / tos / chips / rf2xx / layers / IEEE154MessageLayer.h
index 9748012da38e43530df33458c0a63d99ad9ec59e..31ab0ea53fdc2c6178cd8e4eb9fc66c5a2694d01 100644 (file)
@@ -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,