Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
regd.c File Reference
#include "wifi.h"
#include "regd.h"

Go to the source code of this file.

Macros

#define RTL819x_2GHZ_CH01_11   REG_RULE(2412-10, 2462+10, 40, 0, 20, 0)
 
#define RTL819x_2GHZ_CH12_13
 
#define RTL819x_2GHZ_CH14
 
#define RTL819x_5GHZ_5150_5350
 
#define RTL819x_5GHZ_5470_5850
 
#define RTL819x_5GHZ_5725_5850
 
#define RTL819x_5GHZ_ALL   (RTL819x_5GHZ_5150_5350, RTL819x_5GHZ_5470_5850)
 

Functions

int rtl_regd_init (struct ieee80211_hw *hw, int(*reg_notifier)(struct wiphy *wiphy, struct regulatory_request *request))
 
int rtl_reg_notifier (struct wiphy *wiphy, struct regulatory_request *request)
 

Macro Definition Documentation

#define RTL819x_2GHZ_CH01_11   REG_RULE(2412-10, 2462+10, 40, 0, 20, 0)

Definition at line 53 of file regd.c.

#define RTL819x_2GHZ_CH12_13
Value:
REG_RULE(2467-10, 2472+10, 40, 0, 20,\

Definition at line 60 of file regd.c.

#define RTL819x_2GHZ_CH14
Value:
REG_RULE(2484-10, 2484+10, 40, 0, 20, \

Definition at line 64 of file regd.c.

#define RTL819x_5GHZ_5150_5350
Value:
REG_RULE(5150-10, 5350+10, 40, 0, 30, \

Definition at line 70 of file regd.c.

#define RTL819x_5GHZ_5470_5850
Value:
REG_RULE(5470-10, 5850+10, 40, 0, 30, \

Definition at line 76 of file regd.c.

#define RTL819x_5GHZ_5725_5850
Value:
REG_RULE(5725-10, 5850+10, 40, 0, 30, \

Definition at line 82 of file regd.c.

#define RTL819x_5GHZ_ALL   (RTL819x_5GHZ_5150_5350, RTL819x_5GHZ_5470_5850)

Definition at line 87 of file regd.c.

Function Documentation

int rtl_reg_notifier ( struct wiphy wiphy,
struct regulatory_request request 
)

Definition at line 429 of file regd.c.

int rtl_regd_init ( struct ieee80211_hw hw,
int(*)(struct wiphy *wiphy, struct regulatory_request *request reg_notifier 
)

Definition at line 386 of file regd.c.