Commit a3d01038 authored by Felix Fietkau's avatar Felix Fietkau

mt76: add priv pointer to struct mt76_phy

Will be used for per-phy driver private data
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 8af63fed
......@@ -457,6 +457,7 @@ struct mt76_rx_status {
struct mt76_phy {
struct ieee80211_hw *hw;
struct mt76_dev *dev;
void *priv;
unsigned long state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment