Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
r8180_wx.c File Reference
#include "r8180.h"
#include "r8180_hw.h"
#include "ieee80211/dot11d.h"

Go to the source code of this file.

Data Structures

struct  iw_range_with_scan_capa
 

Macros

#define RATE_COUNT   ARRAY_SIZE(rtl8180_rates)
 

Functions

int r8180_wx_set_key (struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *key)
 

Variables

u32 rtl8180_rates []
 
struct iw_handler_def r8180_wx_handlers_def
 

Macro Definition Documentation

#define RATE_COUNT   ARRAY_SIZE(rtl8180_rates)

Definition at line 29 of file r8180_wx.c.

Function Documentation

int r8180_wx_set_key ( struct net_device dev,
struct iw_request_info info,
union iwreq_data wrqu,
char key 
)

Definition at line 53 of file r8180_wx.c.

Variable Documentation

struct iw_handler_def r8180_wx_handlers_def
Initial value:
= {
.standard = r8180_wx_handlers,
.num_standard = ARRAY_SIZE(r8180_wx_handlers),
.private = r8180_private_handler,
.num_private = ARRAY_SIZE(r8180_private_handler),
.num_private_args = sizeof(r8180_private_args) / sizeof(struct iw_priv_args),
.get_wireless_stats = r8180_get_wireless_stats,
.private_args = (struct iw_priv_args *)r8180_private_args,
}

Definition at line 1401 of file r8180_wx.c.

u32 rtl8180_rates[]
Initial value:
= {1000000, 2000000, 5500000, 11000000,
6000000, 9000000, 12000000, 18000000, 24000000, 36000000, 48000000, 54000000}

Definition at line 26 of file r8180_wx.c.