Commit 8505091d authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by David S. Miller

af_ieee802154: drop IEEE802154_SIOC_ADD_SLAVE declaration

IEEE802154_SIOC_ADD_SLAVE was used to allocate 802.15.4 interfaces
on the top of radio. It's not used anymore, drop it.
Signed-off-by: default avatarDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6885ffb3
......@@ -54,7 +54,4 @@ struct sockaddr_ieee802154 {
struct ieee802154_addr addr;
};
/* master device */
#define IEEE802154_SIOC_ADD_SLAVE (SIOCDEVPRIVATE + 0)
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment