Skip to content

Commit

Permalink
mac802154: remove unused hw_filt attribute
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Aring authored and Marcel Holtmann committed Jun 7, 2015
1 parent bcbfd20 commit 5661d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/mac802154.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 5661d43

Please sign in to comment.