Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rt2x00config.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include "rt2x00.h"
#include "rt2x00lib.h"

Go to the source code of this file.

Functions

void rt2x00lib_config_intf (struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, enum nl80211_iftype type, const u8 *mac, const u8 *bssid)
 
void rt2x00lib_config_erp (struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct ieee80211_bss_conf *bss_conf, u32 changed)
 
void rt2x00lib_config_antenna (struct rt2x00_dev *rt2x00dev, struct antenna_setup config)
 
void rt2x00lib_config (struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, unsigned int ieee80211_flags)
 

Function Documentation

void rt2x00lib_config ( struct rt2x00_dev rt2x00dev,
struct ieee80211_conf conf,
unsigned int  ieee80211_flags 
)

Definition at line 205 of file rt2x00config.c.

void rt2x00lib_config_antenna ( struct rt2x00_dev rt2x00dev,
struct antenna_setup  config 
)

Definition at line 116 of file rt2x00config.c.

void rt2x00lib_config_erp ( struct rt2x00_dev rt2x00dev,
struct rt2x00_intf intf,
struct ieee80211_bss_conf bss_conf,
u32  changed 
)

Definition at line 82 of file rt2x00config.c.

void rt2x00lib_config_intf ( struct rt2x00_dev rt2x00dev,
struct rt2x00_intf intf,
enum nl80211_iftype  type,
const u8 mac,
const u8 bssid 
)

Definition at line 32 of file rt2x00config.c.