wireless/ieee802154: Minor fixes to account for moved IOCTL definitions

This commit is contained in:
Anthony Merlino 2017-05-01 09:27:06 -04:00
parent c7264eb550
commit b1ff257215
2 changed files with 6 additions and 6 deletions

View File

@ -67,7 +67,11 @@
* Public Types
************************************************************************************/
/* To be provided */
struct mac802154dev_notify_s
{
uint8_t mn_signo; /* Signal number to use in the notification */
};
#endif /* CONFIG_WIRELESS_IEEE802154 */
#endif /* __INCLUDE_NUTTX_WIRELESS_IEEE802154_IEEE802154_IOCTL_H */

View File

@ -50,6 +50,7 @@
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h>
#include <nuttx/wireless/ieee802154/ieee802154_ioctl.h>
#include <nuttx/wireless/ieee802154/ieee802154_mac.h>
#include "mac802154.h"
@ -67,11 +68,6 @@
* Private Types
****************************************************************************/
struct mac802154dev_notify_s
{
uint8_t mn_signo; /* Signal number to use in the notification */
};
/* This structure describes the state of one open mac driver instance */
struct mac802154dev_open_s