ieee802154/i8sak: Renaming according to nuttx changes
This commit is contained in:
parent
822de11e72
commit
49a8d9a0fb
@ -194,7 +194,7 @@ void i8sak_startpan_cmd(FAR struct i8sak_s *i8sak, int argc, FAR char *argv[])
|
||||
|
||||
if (beaconenabled)
|
||||
{
|
||||
startreq.beaconorder = 6;
|
||||
startreq.beaconorder = 8;
|
||||
startreq.superframeorder = 5;
|
||||
}
|
||||
else
|
||||
|
@ -742,7 +742,7 @@ static pthread_addr_t wpanlistener_eventthread(pthread_addr_t arg)
|
||||
}
|
||||
|
||||
if (notif.notiftype == IEEE802154_NOTIFY_IND_BEACONNOTIFY &&
|
||||
receiver->filter.indevents.beaconnotify)
|
||||
receiver->filter.indevents.beacon)
|
||||
{
|
||||
receiver->cb(¬if, receiver->arg);
|
||||
|
||||
|
@ -84,7 +84,7 @@ struct wpanlistener_eventfilter_s
|
||||
{
|
||||
uint32_t assoc : 1;
|
||||
uint32_t disassoc : 1;
|
||||
uint32_t beaconnotify : 1;
|
||||
uint32_t beacon : 1;
|
||||
uint32_t commstatus : 1;
|
||||
uint32_t gts : 1;
|
||||
uint32_t orphan : 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user