Lines Matching defs:mt792x_phy
111 struct mt792x_phy { struct
112 struct mt76_phy *mt76;
113 struct mt792x_dev *dev;
115 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
117 u64 omac_mask;
119 u16 noise;
121 s16 coverage_class;
122 u8 slottime;
124 u32 rx_ampdu_ts;
125 u32 ampdu_ref;
127 struct mt76_mib_stats mib;
129 u8 sta_work_count;
130 u8 clc_chan_conf;
131 enum mt792x_reg_power_type power_type;
133 struct sk_buff_head scan_event_list;
134 struct delayed_work scan_work;
136 void *acpisar;
138 void *clc[MT792x_CLC_MAX_NUM];
139 u64 chip_cap;
141 struct work_struct roc_work;
142 struct timer_list roc_timer;
143 wait_queue_head_t roc_wait;
144 u8 roc_token_id;
145 bool roc_grant;