This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
a8b6be4aaf
nuttx
/
drivers
/
wireless
/
ieee802154
/
xbee
History
Gregory Nutt
a8b6be4aaf
The existence of the network driver ioctl() method should depend on CONFIG_NETDEV_IOCTL rather than CONFIG_NETDEV_PHY_IOCTL. The former enables the method, the later enables a subset of possible driver IOCTLs. This change should be basically a no-operation. The affected ioctl methods only support those subset of driver IOCTLs selected by CONFIG_NETDEV_PHY_IOCTL and the network logic will tolerate a nul ioctl method.
2018-01-22 08:17:45 -06:00
..
Kconfig
Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request
#526
)
2017-11-01 20:15:21 +00:00
Make.defs
Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request
#526
)
2017-11-01 20:15:21 +00:00
xbee_ioctl.c
xbee_mac.c
Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request
#526
)
2017-11-01 20:15:21 +00:00
xbee_mac.h
Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request
#526
)
2017-11-01 20:15:21 +00:00
xbee_netdev.c
The existence of the network driver ioctl() method should depend on CONFIG_NETDEV_IOCTL rather than CONFIG_NETDEV_PHY_IOCTL. The former enables the method, the later enables a subset of possible driver IOCTLs. This change should be basically a no-operation. The affected ioctl methods only support those subset of driver IOCTLs selected by CONFIG_NETDEV_PHY_IOCTL and the network logic will tolerate a nul ioctl method.
2018-01-22 08:17:45 -06:00
xbee.c
Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request
#526
)
2017-11-01 20:15:21 +00:00
xbee.h
Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request
#526
)
2017-11-01 20:15:21 +00:00