Skip to content

Commit

Permalink
mt76: add priv pointer to struct mt76_phy
Browse files Browse the repository at this point in the history
Will be used for per-phy driver private data

Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
Felix Fietkau committed Feb 14, 2020
1 parent 8af63fe commit a3d0103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/mediatek/mt76/mt76.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ struct mt76_rx_status {
struct mt76_phy {
struct ieee80211_hw *hw;
struct mt76_dev *dev;
void *priv;

unsigned long state;

Expand Down

0 comments on commit a3d0103

Please sign in to comment.