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

#include <rt2x00queue.h>

Data Fields

unsigned long flags
 
u16 length
 
u16 header_length
 
union {
   struct {
      u16   length_high
 
      u16   length_low
 
      u16   signal
 
      u16   service
 
      enum ifs   ifs
 
   }   plcp
 
   struct {
      u16   mcs
 
      u8   stbc
 
      u8   ba_size
 
      u8   mpdu_density
 
      enum txop   txop
 
      int   wcid
 
   }   ht
 
u
 
enum rate_modulation rate_mode
 
short retry_limit
 
enum cipher cipher
 
u16 key_idx
 
u16 iv_offset
 
u16 iv_len
 

Detailed Description

struct txentry_desc: TX Entry descriptor

Summary of information for the frame descriptor before sending a TX frame.

: Descriptor flags (See &enum queue_entry_flags). : Length of the entire frame. : Length of 802.11 header. : PLCP length high word. : PLCP length low word. : PLCP signal. : PLCP service.

msc_inline_mscgraph_1

Definition at line 303 of file rt2x00queue.h.

Field Documentation

u8 ba_size

Definition at line 321 of file rt2x00queue.h.

enum cipher cipher

Definition at line 332 of file rt2x00queue.h.

unsigned long flags

Definition at line 304 of file rt2x00queue.h.

u16 header_length

Definition at line 307 of file rt2x00queue.h.

struct { ... } ht
enum ifs ifs

Definition at line 315 of file rt2x00queue.h.

u16 iv_len

Definition at line 335 of file rt2x00queue.h.

u16 iv_offset

Definition at line 334 of file rt2x00queue.h.

u16 key_idx

Definition at line 333 of file rt2x00queue.h.

u16 length

Definition at line 306 of file rt2x00queue.h.

u16 length_high

Definition at line 311 of file rt2x00queue.h.

u16 length_low

Definition at line 312 of file rt2x00queue.h.

u16 mcs

Definition at line 319 of file rt2x00queue.h.

u8 mpdu_density

Definition at line 322 of file rt2x00queue.h.

struct { ... } plcp
enum rate_modulation rate_mode

Definition at line 328 of file rt2x00queue.h.

short retry_limit

Definition at line 330 of file rt2x00queue.h.

u16 service

Definition at line 314 of file rt2x00queue.h.

u16 signal

Definition at line 313 of file rt2x00queue.h.

u8 stbc

Definition at line 320 of file rt2x00queue.h.

enum txop txop

Definition at line 323 of file rt2x00queue.h.

union { ... } u
int wcid

Definition at line 324 of file rt2x00queue.h.


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