summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-10-25 17:16:42 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-10-25 21:55:39 +0200
commitc6f635faf3bca66cf73f6b3319a054959e367b19 (patch)
treeaa9e7075e0db5bcd7cf87ff9cf6d8e869f803cda /include
parentmac802154: rename dev_workqueue to workqueue (diff)
downloadlinux-c6f635faf3bca66cf73f6b3319a054959e367b19.tar.xz
linux-c6f635faf3bca66cf73f6b3319a054959e367b19.zip
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')
-rw-r--r--include/net/mac802154.h1
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);