Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
wpan_phy Struct Reference

#include <wpan-phy.h>

Public Member Functions

char priv[0] __attribute__ ((__aligned__(NETDEV_ALIGN)))
 

Data Fields

struct mutex pib_lock
 
u8 current_channel
 
u8 current_page
 
u32 channels_supported [32]
 
u8 transmit_power
 
u8 cca_mode
 
struct device dev
 
int idx
 
struct net_device *(* add_iface )(struct wpan_phy *phy, const char *name, int type)
 
void(* del_iface )(struct wpan_phy *phy, struct net_device *dev)
 

Detailed Description

Definition at line 36 of file wpan-phy.h.

Member Function Documentation

char priv [0] __attribute__ ( (__aligned__(NETDEV_ALIGN))  )

Field Documentation

Definition at line 53 of file wpan-phy.h.

u8 cca_mode

Definition at line 48 of file wpan-phy.h.

u32 channels_supported[32]

Definition at line 46 of file wpan-phy.h.

u8 current_channel

Definition at line 44 of file wpan-phy.h.

u8 current_page

Definition at line 45 of file wpan-phy.h.

Definition at line 55 of file wpan-phy.h.

Definition at line 50 of file wpan-phy.h.

int idx

Definition at line 51 of file wpan-phy.h.

struct mutex pib_lock

Definition at line 37 of file wpan-phy.h.

u8 transmit_power

Definition at line 47 of file wpan-phy.h.


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