mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
bcbfd2078d
commit
5661d431c6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue