mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
mt76: add priv pointer to struct mt76_phy
Will be used for per-phy driver private data Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
8af63fed33
commit
a3d0103871
|
|
@ -457,6 +457,7 @@ struct mt76_rx_status {
|
|||
struct mt76_phy {
|
||||
struct ieee80211_hw *hw;
|
||||
struct mt76_dev *dev;
|
||||
void *priv;
|
||||
|
||||
unsigned long state;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user