Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
iwl_tid_data Struct Reference

#include <dev.h>

Data Fields

u16 seq_number
 
u16 next_reclaimed
 
struct iwl_ht_agg agg
 

Detailed Description

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

Definition at line 185 of file dev.h.

Field Documentation

Definition at line 188 of file dev.h.

u16 next_reclaimed

Definition at line 187 of file dev.h.

u16 seq_number

Definition at line 186 of file dev.h.


The documentation for this struct was generated from the following file: