Skip to content

Commit

Permalink
mac802154: rearrange attribute in ieee802154_hw
Browse files Browse the repository at this point in the history
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: 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 5661d43 commit af69a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/mac802154.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit af69a34

Please sign in to comment.