6loWPAN: The last vestiges of MAC header generate stripped out.

This commit is contained in:
Gregory Nutt
2017-05-04 13:19:11 -06:00
parent 920c0a2e50
commit d385f46130
4 changed files with 110 additions and 88 deletions
@@ -524,7 +524,7 @@ struct ieee802154_frame_meta_s
uint8_t msdu_handle; /* Handle assoc. with MSDU */
/* Number of bytes contained in the MAC Service Data Unit (MSDU)
* to be transmitted by the MAC sublayer enitity
* to be transmitted by the MAC sublayer entity
* Note: This could be a uint8_t but if anyone ever wants to use
* non-standard frame lengths, they may want a length larger than
* a uint8_t.