diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-25 17:16:42 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-25 21:55:39 +0200 |
commit | c6f635faf3bca66cf73f6b3319a054959e367b19 (patch) | |
tree | aa9e7075e0db5bcd7cf87ff9cf6d8e869f803cda /include/net/mac802154.h | |
parent | f773054254b6aa0196063658c7e247e7c6eacbeb (diff) |
mac802154: remove ieee802154_addr from driver_ops
This driver_ops callback function is never used by any driver.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/mac802154.h')
-rw-r--r-- | include/net/mac802154.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/mac802154.h b/include/net/mac802154.h index eb0e1cb9ca98..b07d431c0b19 100644 --- a/include/net/mac802154.h +++ b/include/net/mac802154.h @@ -170,7 +170,6 @@ struct ieee802154_ops { int (*set_hw_addr_filt)(struct ieee802154_hw *hw, struct ieee802154_hw_addr_filt *filt, unsigned long changed); - int (*ieee_addr)(struct ieee802154_hw *hw, __le64 addr); int (*set_txpower)(struct ieee802154_hw *hw, int db); int (*set_lbt)(struct ieee802154_hw *hw, bool on); int (*set_cca_mode)(struct ieee802154_hw *hw, u8 mode); |