ieee802154: Renames ack_wait_dur to ack_waitdur and removes it from private mac struct
This commit is contained in:
parent
8610723ee6
commit
aaa1dd2bbe
|
@ -632,7 +632,7 @@ union ieee802154_macattr_u
|
|||
bool sec_enabled;
|
||||
bool timestamp_support;
|
||||
|
||||
uint32_t ack_wait_dur;
|
||||
uint32_t ack_waitdur;
|
||||
uint8_t batt_life_ext_periods;
|
||||
uint8_t max_csma_backoffs : 3;
|
||||
uint8_t max_be : 4;
|
||||
|
|
|
@ -256,15 +256,6 @@ struct ieee802154_privmac_s
|
|||
|
||||
/****************** Uncategorized MAC PIB attributes ***********************/
|
||||
|
||||
/* The maximum number of symbols to wait for an acknowledgement frame to
|
||||
* arrive following a transmitted data frame. [1] pg. 126
|
||||
*
|
||||
* NOTE: This may be able to be a 16-bit or even an 8-bit number. I wasn't
|
||||
* sure at the time what the range of reasonable values was.
|
||||
*/
|
||||
|
||||
uint32_t ack_waitdur;
|
||||
|
||||
/* The maximum time to wait either for a frame intended as a response to a
|
||||
* data request frame or for a broadcast frame following a beacon with the
|
||||
* Frame Pending field set to one. [1] pg. 127
|
||||
|
|
Loading…
Reference in New Issue