Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ipw_cmd Struct Reference

#include <ipw2200.h>

Data Fields

u32 cmd
 
u32 status
 
u32 status_len
 
u32 len
 
u32 param [0]
 

Detailed Description

Host command structure.

On input, the following fields should be filled:

On output,

Definition at line 1007 of file ipw2200.h.

Field Documentation

Host command

Definition at line 1008 of file ipw2200.h.

u32 len

incoming parameters length, bytes

Definition at line 1012 of file ipw2200.h.

u32 param[0]

command parameters. There should be enough space for incoming and outcoming parameters. Incoming parameters listed 1-st, followed by outcoming params. nParams=(len+3)/4+status_len

Definition at line 1020 of file ipw2200.h.

Status

Definition at line 1009 of file ipw2200.h.

u32 status_len

How many 32 bit parameters in the status

Definition at line 1011 of file ipw2200.h.


The documentation for this struct was generated from the following file: