mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-03 23:56:46 +00: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