ieee802154/i8sak: Renaming according to nuttx changes

This commit is contained in:
Anthony Merlino 2017-06-27 17:58:09 -04:00
parent 822de11e72
commit 49a8d9a0fb
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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(&notif, receiver->arg);

View File

@ -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;