Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fwio.c File Reference
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/firmware.h>
#include <linux/etherdevice.h>
#include <linux/export.h>
#include <net/mac80211.h>
#include "p54.h"
#include "eeprom.h"
#include "lmac.h"

Go to the source code of this file.

Functions

int p54_parse_firmware (struct ieee80211_hw *dev, const struct firmware *fw)
 
 EXPORT_SYMBOL_GPL (p54_parse_firmware)
 
int p54_download_eeprom (struct p54_common *priv, void *buf, u16 offset, u16 len)
 
int p54_update_beacon_tim (struct p54_common *priv, u16 aid, bool set)
 
int p54_sta_unlock (struct p54_common *priv, u8 *addr)
 
int p54_tx_cancel (struct p54_common *priv, __le32 req_id)
 
int p54_setup_mac (struct p54_common *priv)
 
int p54_scan (struct p54_common *priv, u16 mode, u16 dwell)
 
int p54_set_leds (struct p54_common *priv)
 
int p54_set_edcf (struct p54_common *priv)
 
int p54_set_ps (struct p54_common *priv)
 
int p54_init_xbow_synth (struct p54_common *priv)
 
int p54_upload_key (struct p54_common *priv, u8 algo, int slot, u8 idx, u8 len, u8 *addr, u8 *key)
 
int p54_fetch_statistics (struct p54_common *priv)
 
int p54_set_groupfilter (struct p54_common *priv)
 

Function Documentation

EXPORT_SYMBOL_GPL ( p54_parse_firmware  )
int p54_download_eeprom ( struct p54_common priv,
void buf,
u16  offset,
u16  len 
)

Definition at line 217 of file fwio.c.

int p54_fetch_statistics ( struct p54_common priv)

Definition at line 704 of file fwio.c.

int p54_init_xbow_synth ( struct p54_common priv)

Definition at line 635 of file fwio.c.

int p54_parse_firmware ( struct ieee80211_hw dev,
const struct firmware fw 
)

Definition at line 31 of file fwio.c.

int p54_scan ( struct p54_common priv,
u16  mode,
u16  dwell 
)

Definition at line 393 of file fwio.c.

int p54_set_edcf ( struct p54_common priv)

Definition at line 560 of file fwio.c.

int p54_set_groupfilter ( struct p54_common priv)

Definition at line 734 of file fwio.c.

int p54_set_leds ( struct p54_common priv)

Definition at line 541 of file fwio.c.

int p54_set_ps ( struct p54_common priv)

Definition at line 597 of file fwio.c.

Definition at line 316 of file fwio.c.

int p54_sta_unlock ( struct p54_common priv,
u8 addr 
)

Definition at line 280 of file fwio.c.

int p54_tx_cancel ( struct p54_common priv,
__le32  req_id 
)

Definition at line 296 of file fwio.c.

int p54_update_beacon_tim ( struct p54_common priv,
u16  aid,
bool  set 
)

Definition at line 263 of file fwio.c.

int p54_upload_key ( struct p54_common priv,
u8  algo,
int  slot,
u8  idx,
u8  len,
u8 addr,
u8 key 
)

Definition at line 654 of file fwio.c.