mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 15:15:28 -04: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:
@@ -457,6 +457,7 @@ struct mt76_rx_status {
|
||||
struct mt76_phy {
|
||||
struct ieee80211_hw *hw;
|
||||
struct mt76_dev *dev;
|
||||
void *priv;
|
||||
|
||||
unsigned long state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user