Searched defs:wil_sta_info (Results 1 – 1 of 1) sorted by relevance
488 struct wil_sta_info { struct489 u8 addr[ETH_ALEN];490 enum wil_sta_status status;491 struct wil_net_stats stats;493 struct wil_tid_ampdu_rx *tid_rx[WIL_STA_TID_NUM];494 spinlock_t tid_rx_lock; /* guarding tid_rx array */495 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(WIL_STA_TID_NUM)];496 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(WIL_STA_TID_NUM)];