Searched refs:wcid_to_sta (Results 1 – 5 of 5) sorted by relevance
48 struct ieee80211_sta *wcid_to_sta[STA_IDS_SIZE]; member
1051 skbdesc->sta = drv_data->wcid_to_sta[wcid - WCID_START]; in rt2800_txdone_entry()1599 drv_data->wcid_to_sta[wcid - WCID_START] = sta; in rt2800_sta_add()1632 drv_data->wcid_to_sta[wcid - WCID_START] = NULL; in rt2800_sta_remove()
162 sta = wcid_to_sta(wcid); in mt76_rx_aggr_reorder()
498 return wcid_to_sta(mstat.wcid); in mt76_rx_convert()
505 wcid_to_sta(struct mt76_wcid *wcid) in wcid_to_sta() function