diff options
author | Werner Almesberger <werner@almesberger.net> | 2013-04-04 06:32:12 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-08 12:00:16 -0400 |
commit | d87c8c6d1562f12df101c5b9857170d110e7353a (patch) | |
tree | 9a4ca0a9baeb201215e10297955ce25b431870b0 /include | |
parent | 6b0ee8c036ecb3ac92e18e6ca0dca7bff88beaf0 (diff) |
IEEE 802.15.4: remove get_bsn from "struct ieee802154_mlme_ops"
It served no purpose: we never call it from anywhere in the stack
and the only driver that did implement it (fakehard) merely provided
a dummy value.
There is also considerable doubt whether it would make sense to
even attempt beacon processing at this level in the Linux kernel.
Signed-off-by: Werner Almesberger <werner@almesberger.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ieee802154_netdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ieee802154_netdev.h b/include/net/ieee802154_netdev.h index d104c882fc29..642f94c0fa2f 100644 --- a/include/net/ieee802154_netdev.h +++ b/include/net/ieee802154_netdev.h @@ -110,7 +110,6 @@ struct ieee802154_mlme_ops { u16 (*get_pan_id)(const struct net_device *dev); u16 (*get_short_addr)(const struct net_device *dev); u8 (*get_dsn)(const struct net_device *dev); - u8 (*get_bsn)(const struct net_device *dev); }; /* The IEEE 802.15.4 standard defines 2 type of the devices: |