Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Dsta_info.h132 struct tid_ampdu_rx { struct
133 struct rcu_head rcu_head;
134 spinlock_t reorder_lock;
135 struct sk_buff **reorder_buf;
136 unsigned long *reorder_time;
137 struct timer_list session_timer;
138 struct timer_list reorder_timer;
139 u16 head_seq_num;
163 struct tid_ampdu_rx *tid_rx[STA_TID_NUM]; argument