mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
wireless/ieee802154: Completes Rx data flow through MAC layer to callback
This commit is contained in:
@@ -1322,7 +1322,7 @@ union ieee802154_mlme_notify_u
|
||||
union ieee802154_mcps_notify_u
|
||||
{
|
||||
struct ieee802154_data_conf_s dataconf;
|
||||
struct ieee802154_data_ind_s dataind;
|
||||
struct ieee802154_data_ind_s *dataind;
|
||||
};
|
||||
|
||||
/* A pointer to this structure is passed as the argument of each IOCTL
|
||||
|
||||
Reference in New Issue
Block a user