mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 23:23:02 +00:00
PF_IEEE802154: Finishes up sendto() logic
This commit is contained in:
parent
cff4ac6845
commit
d00a37ee5a
12 changed files with 366 additions and 80 deletions
|
|
@ -148,10 +148,6 @@ struct iob_queue_s
|
|||
};
|
||||
#endif /* CONFIG_IOB_NCHAINS > 0 */
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue