lr-wpan: MAC Tx Queue requires update
The present implementation of the Tx queue does not use smart pointers. An update is required to ensure potential memory leaks do not occur on possible future additions to the MAC related to the creation and use of command or data frames. Additionally, the update can be used as an excuse to implement limits to the TX queue.
This issue was first brought to attention by @tomhenderson and @tommypec in the MR !997 (merged)