mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6885ffb3a1
commit
8505091d2a
1 changed files with 0 additions and 3 deletions
|
@ -54,7 +54,4 @@ struct sockaddr_ieee802154 {
|
||||||
struct ieee802154_addr addr;
|
struct ieee802154_addr addr;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* master device */
|
|
||||||
#define IEEE802154_SIOC_ADD_SLAVE (SIOCDEVPRIVATE + 0)
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue