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

#include <wimax.h>

Data Fields

struct net_devicenet_dev
 
struct list_head id_table_node
 
struct mutex mutex
 
struct mutex mutex_reset
 
enum wimax_st state
 
int(* op_msg_from_user )(struct wimax_dev *wimax_dev, const char *, const void *, size_t, const struct genl_info *info)
 
int(* op_rfkill_sw_toggle )(struct wimax_dev *wimax_dev, enum wimax_rf_state)
 
int(* op_reset )(struct wimax_dev *wimax_dev)
 
struct rfkillrfkill
 
unsigned int rf_hw
 
unsigned int rf_sw
 
char name [32]
 
struct dentrydebugfs_dentry
 

Detailed Description

Definition at line 410 of file wimax.h.

Field Documentation

struct dentry* debugfs_dentry

Definition at line 430 of file wimax.h.

struct list_head id_table_node

Definition at line 412 of file wimax.h.

Definition at line 413 of file wimax.h.

struct mutex mutex_reset

Definition at line 414 of file wimax.h.

char name[32]

Definition at line 428 of file wimax.h.

struct net_device* net_dev

Definition at line 411 of file wimax.h.

Definition at line 417 of file wimax.h.

int(* op_reset)(struct wimax_dev *wimax_dev)

Definition at line 423 of file wimax.h.

int(* op_rfkill_sw_toggle)(struct wimax_dev *wimax_dev, enum wimax_rf_state)

Definition at line 421 of file wimax.h.

unsigned int rf_hw

Definition at line 426 of file wimax.h.

unsigned int rf_sw

Definition at line 427 of file wimax.h.

Definition at line 425 of file wimax.h.

Definition at line 415 of file wimax.h.


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