mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
wireless/ieee802154: Removes libradio to coincide with removal of ioctl with radio
Moves all functionality from libradio to libmac
This commit is contained in:
@@ -81,7 +81,7 @@ int netlib_getpanid(FAR const char *ifname, FAR uint16_t *panid)
|
||||
int sockfd = socket(PF_INET6, NETLIB_SOCK_IOCTL, 0);
|
||||
if (sockfd >= 0)
|
||||
{
|
||||
/* Use the helper provided in libradio */
|
||||
/* Use the helper provided in libmac */
|
||||
|
||||
ret = sixlowpan_getpanid(sockfd, ifname, panid);
|
||||
close(sockfd);
|
||||
|
Reference in New Issue
Block a user