Linux Kernel
3.7.1
|
#include <dev.h>
Data Fields | |
u16 | seq_number |
u16 | next_reclaimed |
struct iwl_ht_agg | agg |
struct iwl_tid_data - one for each RA / TID
This structs holds the states for each RA / TID.
: the next WiFi sequence number to use : the WiFi sequence number of the next packet to be acked. This is basically (last acked packet++). : aggregation state machine
struct iwl_ht_agg agg |