Linux Kernel
3.7.1
|
#include <rt2x00usb.h>
Data Fields | |
struct urb * | urb |
unsigned int | guardian_data |
struct urb * | guardian_urb |
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.
unsigned int guardian_data |
Definition at line 387 of file rt2x00usb.h.
Definition at line 388 of file rt2x00usb.h.
struct urb* urb |
Definition at line 385 of file rt2x00usb.h.