Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
init.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include "init.h"
#include "wl12xx_80211.h"
#include "acx.h"
#include "cmd.h"
#include "reg.h"

Go to the source code of this file.

Functions

int wl1251_hw_init_hwenc_config (struct wl1251 *wl)
 
int wl1251_hw_init_templates_config (struct wl1251 *wl)
 
int wl1251_hw_init_rx_config (struct wl1251 *wl, u32 config, u32 filter)
 
int wl1251_hw_init_phy_config (struct wl1251 *wl)
 
int wl1251_hw_init_beacon_filter (struct wl1251 *wl)
 
int wl1251_hw_init_pta (struct wl1251 *wl)
 
int wl1251_hw_init_energy_detection (struct wl1251 *wl)
 
int wl1251_hw_init_beacon_broadcast (struct wl1251 *wl)
 
int wl1251_hw_init_power_auth (struct wl1251 *wl)
 
int wl1251_hw_init_mem_config (struct wl1251 *wl)
 
int wl1251_hw_init (struct wl1251 *wl)
 

Function Documentation

int wl1251_hw_init ( struct wl1251 wl)

Definition at line 329 of file init.c.

int wl1251_hw_init_beacon_broadcast ( struct wl1251 wl)

Definition at line 187 of file init.c.

int wl1251_hw_init_beacon_filter ( struct wl1251 wl)

Definition at line 145 of file init.c.

int wl1251_hw_init_energy_detection ( struct wl1251 wl)

Definition at line 176 of file init.c.

int wl1251_hw_init_hwenc_config ( struct wl1251 wl)

Definition at line 32 of file init.c.

int wl1251_hw_init_mem_config ( struct wl1251 wl)

Definition at line 203 of file init.c.

int wl1251_hw_init_phy_config ( struct wl1251 wl)

Definition at line 118 of file init.c.

int wl1251_hw_init_power_auth ( struct wl1251 wl)

Definition at line 198 of file init.c.

int wl1251_hw_init_pta ( struct wl1251 wl)

Definition at line 161 of file init.c.

int wl1251_hw_init_rx_config ( struct wl1251 wl,
u32  config,
u32  filter 
)

Definition at line 103 of file init.c.

int wl1251_hw_init_templates_config ( struct wl1251 wl)

Definition at line 51 of file init.c.