|
Linux Kernel
3.7.1
|
#include <common.h>
Data Fields | |
| struct il_cmd_header | hdr |
| union { | |
| u32 flags | |
| u8 val8 | |
| u16 val16 | |
| u32 val32 | |
| struct il_tx_cmd tx | |
| u8 payload [DEF_CMD_PAYLOAD_SIZE] | |
| } | cmd |
struct il_device_cmd
For allocation of the command and tx queues, this establishes the overall size of the largest command we send to uCode, except for a scan command (which is relatively huge; space is allocated separately).
| union { ... } cmd |
| u8 payload[DEF_CMD_PAYLOAD_SIZE] |
1.8.2