Linux Kernel
3.7.1
|
#include <rt2x00queue.h>
Data Fields | |
unsigned long | flags |
int | retry |
struct txdone_entry_desc: TX done entry descriptor
Summary of information that has been read from the TX frame descriptor after the device is done with transmission.
: TX done flags (See &enum txdone_entry_desc_flags). : Retry count.
Definition at line 232 of file rt2x00queue.h.
unsigned long flags |
Definition at line 233 of file rt2x00queue.h.
int retry |
Definition at line 234 of file rt2x00queue.h.