Home
last modified time | relevance | path

Searched defs:wil_sta_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dwil6210.h748 struct wil_sta_info { struct
749 u8 addr[ETH_ALEN];
750 u8 mid;
751 enum wil_sta_status status;
752 struct wil_net_stats stats;
759 u64 *tx_latency_bins;
760 struct wmi_link_stats_basic fw_stats_basic;
762 struct wil_tid_ampdu_rx *tid_rx[WIL_STA_TID_NUM];
763 spinlock_t tid_rx_lock; /* guarding tid_rx array */
764 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(WIL_STA_TID_NUM)];
[all …]