Home
last modified time | relevance | path

Searched refs:msta (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/mediatek/mt7601u/
Dmain.c219 struct mt76_sta *msta = (struct mt76_sta *) sta->drv_priv; in mt7601u_sta_add() local
232 msta->wcid.idx = idx; in mt7601u_sta_add()
233 msta->wcid.hw_key_idx = -1; in mt7601u_sta_add()
236 rcu_assign_pointer(dev->wcid[idx], &msta->wcid); in mt7601u_sta_add()
250 struct mt76_sta *msta = (struct mt76_sta *) sta->drv_priv; in mt7601u_sta_remove() local
251 int idx = msta->wcid.idx; in mt7601u_sta_remove()
298 struct mt76_sta *msta = sta ? (struct mt76_sta *) sta->drv_priv : NULL; in mt7601u_set_key() local
299 struct mt76_wcid *wcid = msta ? &msta->wcid : &mvif->group_wcid; in mt7601u_set_key()
313 if (!msta) { in mt7601u_set_key()
323 return mt76_mac_wcid_set_key(dev, msta->wcid.idx, key); in mt7601u_set_key()
[all …]
Dtx.c204 struct mt76_sta *msta = NULL; in mt7601u_tx() local
219 msta = (struct mt76_sta *) sta->drv_priv; in mt7601u_tx()
220 wcid = &msta->wcid; in mt7601u_tx()
232 trace_mt_tx(dev, skb, msta, txwi); in mt7601u_tx()
Dmac.c171 void *msta; in mt76_send_tx_status() local
178 msta = container_of(wcid, struct mt76_sta, wcid); in mt76_send_tx_status()
179 sta = container_of(msta, struct ieee80211_sta, in mt76_send_tx_status()
367 void *msta; in mt7601u_mac_set_ampdu_factor() local
377 msta = container_of(wcid, struct mt76_sta, wcid); in mt7601u_mac_set_ampdu_factor()
378 sta = container_of(msta, struct ieee80211_sta, drv_priv); in mt7601u_mac_set_ampdu_factor()