|
Linux Kernel
3.7.1
|
#include <wbhal.h>
Data Fields | |
| union { | |
| u32 value | |
| struct { | |
| u32 T00_frame_length:12 | |
| u32 T00_header_length:6 | |
| u32 T00_RESERVED:4 | |
| u32 T00_tx_packet_id:4 | |
| u32 T00_RESERVED_ID:2 | |
| u32 T00_IgnoreResult:1 | |
| u32 T00_IsLastMpdu:1 | |
| u32 T00_last_mpdu:1 | |
| u32 T00_first_mpdu:1 | |
| } | |
| }; | |
| union { ... } |
1.8.2