Commit a3d01038 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -457,6 +457,7 @@ struct mt76_rx_status {
struct mt76_phy {
	struct ieee80211_hw *hw;
	struct mt76_dev *dev;
	void *priv;

	unsigned long state;