Linux Kernel
3.7.1
|
#include <ipw2200.h>
Data Fields | |
struct ipw_rx_header | header |
union { | |
struct ipw_rx_frame frame | |
struct ipw_rx_notification notification | |
} | u |
struct list_head | queue |
unsigned int | capacity |
unsigned int | length |
unsigned int | protocol |
unsigned int | channel_idx |
unsigned int capacity |
Definition at line 336 of file hardware.c.
unsigned int channel_idx |
Definition at line 339 of file hardware.c.
unsigned int length |
Definition at line 337 of file hardware.c.
Definition at line 338 of file hardware.c.
Definition at line 335 of file hardware.c.
union { ... } u |