summaryrefslogtreecommitdiff
path: root/include/net/mac802154.h
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-06-06 17:30:50 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-06-07 09:13:32 +0200
commit5661d431c6e65588e813c947117e6d18eb03422f (patch)
tree3a088626b5cd01f1e6dabb3db4f587d131c766e1 /include/net/mac802154.h
parentbcbfd2078d9b11277d9c9ce0c30ba73c750503c9 (diff)
mac802154: remove unused hw_filt attribute
This patch removed an attribute from ieee802154_hw structure which is never used inside kernel. Address information are stored inside wpan_dev nowadays. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Reviewed-by: Varka Bhadram <varkabhadram@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/mac802154.h')
-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 c21a700293b8..61d4b80bf766 100644
--- a/include/net/mac802154.h
+++ b/include/net/mac802154.h
@@ -74,7 +74,6 @@ struct ieee802154_hw {
struct device *parent;
/* filled by mac802154 core */
- struct ieee802154_hw_addr_filt hw_filt;
void *priv;
struct wpan_phy *phy;
};