ieee802154: Blocks out template code that is not complete to avoid warnings
This commit is contained in:
parent
609934530d
commit
3a427d35a3
@ -73,7 +73,9 @@
|
|||||||
int mac802154_req_disassociate(MACHANDLE mac,
|
int mac802154_req_disassociate(MACHANDLE mac,
|
||||||
FAR struct ieee802154_disassoc_req_s *req)
|
FAR struct ieee802154_disassoc_req_s *req)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
FAR struct ieee802154_privmac_s *priv =
|
FAR struct ieee802154_privmac_s *priv =
|
||||||
(FAR struct ieee802154_privmac_s *)mac;
|
(FAR struct ieee802154_privmac_s *)mac;
|
||||||
|
#endif
|
||||||
return -ENOTTY;
|
return -ENOTTY;
|
||||||
}
|
}
|
@ -66,7 +66,9 @@
|
|||||||
|
|
||||||
int mac802154_req_gts(MACHANDLE mac, FAR struct ieee802154_gts_req_s *req)
|
int mac802154_req_gts(MACHANDLE mac, FAR struct ieee802154_gts_req_s *req)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
FAR struct ieee802154_privmac_s *priv =
|
FAR struct ieee802154_privmac_s *priv =
|
||||||
(FAR struct ieee802154_privmac_s *)mac;
|
(FAR struct ieee802154_privmac_s *)mac;
|
||||||
|
#endif
|
||||||
return -ENOTTY;
|
return -ENOTTY;
|
||||||
}
|
}
|
@ -65,7 +65,9 @@
|
|||||||
int mac802154_resp_orphan(MACHANDLE mac,
|
int mac802154_resp_orphan(MACHANDLE mac,
|
||||||
FAR struct ieee802154_orphan_resp_s *resp)
|
FAR struct ieee802154_orphan_resp_s *resp)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
FAR struct ieee802154_privmac_s *priv =
|
FAR struct ieee802154_privmac_s *priv =
|
||||||
(FAR struct ieee802154_privmac_s *)mac;
|
(FAR struct ieee802154_privmac_s *)mac;
|
||||||
|
#endif
|
||||||
return -ENOTTY;
|
return -ENOTTY;
|
||||||
}
|
}
|
||||||
|
@ -71,8 +71,10 @@
|
|||||||
|
|
||||||
int mac802154_req_sync(MACHANDLE mac, FAR struct ieee802154_sync_req_s *req)
|
int mac802154_req_sync(MACHANDLE mac, FAR struct ieee802154_sync_req_s *req)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
FAR struct ieee802154_privmac_s *priv =
|
FAR struct ieee802154_privmac_s *priv =
|
||||||
(FAR struct ieee802154_privmac_s *)mac;
|
(FAR struct ieee802154_privmac_s *)mac;
|
||||||
|
#endif
|
||||||
return -ENOTTY;
|
return -ENOTTY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user