Linux Kernel
3.7.1
|
#include <wimax.h>
Data Fields | |
struct net_device * | net_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 rfkill * | rfkill |
unsigned int | rf_hw |
unsigned int | rf_sw |
char | name [32] |
struct dentry * | debugfs_dentry |
struct net_device* net_dev |
int(* op_rfkill_sw_toggle)(struct wimax_dev *wimax_dev, enum wimax_rf_state) |