Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af69a345 authored by Alexander Aring's avatar Alexander Aring Committed by Marcel Holtmann
Browse files

mac802154: rearrange attribute in ieee802154_hw



This patch removes the priv attribute in ieee802154_hw to the right
section which is commented by attributes which needs to be filled by
driver layer.

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Reviewed-by: default avatarVarka Bhadram <varkabhadram@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 5661d431
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,9 +72,9 @@ struct ieee802154_hw {
	int	extra_tx_headroom;
	u32	flags;
	struct	device *parent;
	void	*priv;

	/* filled by mac802154 core */
	void	*priv;
	struct	wpan_phy *phy;
};