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

#include <rt2x00usb.h>

Data Fields

struct urb * urb
 
unsigned int guardian_data
 
struct urbguardian_urb
 

Detailed Description

struct queue_entry_priv_usb_bcn: Per TX entry USB specific information

The first section should match &struct queue_entry_priv_usb exactly. rt2500usb can use this structure to send a guardian byte when working with beacons.

: Urb structure used for device communication. : Set to 0, used for sending the guardian data. : Urb structure used to send the guardian data.

Definition at line 384 of file rt2x00usb.h.

Field Documentation

unsigned int guardian_data

Definition at line 387 of file rt2x00usb.h.

struct urb* guardian_urb

Definition at line 388 of file rt2x00usb.h.

struct urb* urb

Definition at line 385 of file rt2x00usb.h.


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