Skip to content

Commit

Permalink
af_ieee802154: drop IEEE802154_SIOC_ADD_SLAVE declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Baryshkov authored and David S. Miller committed Aug 13, 2009
1 parent 6885ffb commit 8505091
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/net/af_ieee802154.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,4 @@ struct sockaddr_ieee802154 {
struct ieee802154_addr addr;
};

/* master device */
#define IEEE802154_SIOC_ADD_SLAVE (SIOCDEVPRIVATE + 0)

#endif

0 comments on commit 8505091

Please sign in to comment.