mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
ieee802.15.4: Cosmetic changes from review of last PR.
This commit is contained in:
@@ -401,7 +401,8 @@ struct ieee802154_data_req_s
|
||||
* to be transmitted by the MAC sublayer enitity
|
||||
* 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 */
|
||||
* a uint8_t.
|
||||
*/
|
||||
|
||||
uint16_t msdu_length;
|
||||
|
||||
@@ -611,7 +612,8 @@ struct ieee802154_assoc_rsp_s
|
||||
struct ieee802154_assoc_conf_s
|
||||
{
|
||||
/* Associated device address ALWAYS passed in short address mode. The
|
||||
* address will be IEEE802154_SADDR_UNSPEC if association was unsuccessful.
|
||||
* address will be IEEE802154_SADDR_UNSPEC if association was
|
||||
* unsuccessful.
|
||||
*/
|
||||
|
||||
struct ieee802154_addr_s dev_addr;
|
||||
|
||||
Reference in New Issue
Block a user