PF_IEEE802154: Finishes up sendto() logic

This commit is contained in:
Gregory Nutt 2017-08-19 12:32:56 -06:00
parent cff4ac6845
commit d00a37ee5a
12 changed files with 366 additions and 80 deletions

View file

@ -148,10 +148,6 @@ struct iob_queue_s
};
#endif /* CONFIG_IOB_NCHAINS > 0 */
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Public Function Prototypes
****************************************************************************/

View file

@ -470,7 +470,7 @@ struct radio_driver_s
* This is the sender's copy of the tag. It is incremented after each
* fragmented packet is sent so that it will be unique to that
* sequence fragmentation. Its value is then persistent, the values of
* other fragmentatin variables are valid on during a single
* other fragmentation variables are valid on during a single
* fragmentation sequence (while r_accumlen > 0)
*/

View file

@ -1744,7 +1744,6 @@ FAR struct ieee802154_data_ind_s *ieee802154_ind_allocate(void);
void ieee802154_ind_free(FAR struct ieee802154_data_ind_s *ind);
#undef EXTERN
#ifdef __cplusplus
}