提交 af69a345 编写于 作者: A Alexander Aring 提交者: Marcel Holtmann

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: NAlexander Aring <alex.aring@gmail.com>
Reviewed-by: NVarka Bhadram <varkabhadram@gmail.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 5661d431
...@@ -72,9 +72,9 @@ struct ieee802154_hw { ...@@ -72,9 +72,9 @@ struct ieee802154_hw {
int extra_tx_headroom; int extra_tx_headroom;
u32 flags; u32 flags;
struct device *parent; struct device *parent;
void *priv;
/* filled by mac802154 core */ /* filled by mac802154 core */
void *priv;
struct wpan_phy *phy; struct wpan_phy *phy;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册