Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
rt2800lib.h File Reference

Go to the source code of this file.

Data Structures

struct  rt2800_ops
 

Functions

void rt2800_mcu_request (struct rt2x00_dev *rt2x00dev, const u8 command, const u8 token, const u8 arg0, const u8 arg1)
 
int rt2800_wait_csr_ready (struct rt2x00_dev *rt2x00dev)
 
int rt2800_wait_wpdma_ready (struct rt2x00_dev *rt2x00dev)
 
int rt2800_check_firmware (struct rt2x00_dev *rt2x00dev, const u8 *data, const size_t len)
 
int rt2800_load_firmware (struct rt2x00_dev *rt2x00dev, const u8 *data, const size_t len)
 
void rt2800_write_tx_data (struct queue_entry *entry, struct txentry_desc *txdesc)
 
void rt2800_process_rxwi (struct queue_entry *entry, struct rxdone_entry_desc *txdesc)
 
void rt2800_txdone_entry (struct queue_entry *entry, u32 status, __le32 *txwi)
 
void rt2800_write_beacon (struct queue_entry *entry, struct txentry_desc *txdesc)
 
void rt2800_clear_beacon (struct queue_entry *entry)
 
int rt2800_rfkill_poll (struct rt2x00_dev *rt2x00dev)
 
int rt2800_config_shared_key (struct rt2x00_dev *rt2x00dev, struct rt2x00lib_crypto *crypto, struct ieee80211_key_conf *key)
 
int rt2800_config_pairwise_key (struct rt2x00_dev *rt2x00dev, struct rt2x00lib_crypto *crypto, struct ieee80211_key_conf *key)
 
int rt2800_sta_add (struct rt2x00_dev *rt2x00dev, struct ieee80211_vif *vif, struct ieee80211_sta *sta)
 
int rt2800_sta_remove (struct rt2x00_dev *rt2x00dev, int wcid)
 
void rt2800_config_filter (struct rt2x00_dev *rt2x00dev, const unsigned int filter_flags)
 
void rt2800_config_intf (struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct rt2x00intf_conf *conf, const unsigned int flags)
 
void rt2800_config_erp (struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp, u32 changed)
 
void rt2800_config_ant (struct rt2x00_dev *rt2x00dev, struct antenna_setup *ant)
 
void rt2800_config (struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags)
 
void rt2800_link_stats (struct rt2x00_dev *rt2x00dev, struct link_qual *qual)
 
void rt2800_reset_tuner (struct rt2x00_dev *rt2x00dev, struct link_qual *qual)
 
void rt2800_link_tuner (struct rt2x00_dev *rt2x00dev, struct link_qual *qual, const u32 count)
 
void rt2800_gain_calibration (struct rt2x00_dev *rt2x00dev)
 
void rt2800_vco_calibration (struct rt2x00_dev *rt2x00dev)
 
int rt2800_enable_radio (struct rt2x00_dev *rt2x00dev)
 
void rt2800_disable_radio (struct rt2x00_dev *rt2x00dev)
 
int rt2800_efuse_detect (struct rt2x00_dev *rt2x00dev)
 
void rt2800_read_eeprom_efuse (struct rt2x00_dev *rt2x00dev)
 
int rt2800_probe_hw (struct rt2x00_dev *rt2x00dev)
 
void rt2800_get_tkip_seq (struct ieee80211_hw *hw, u8 hw_key_idx, u32 *iv32, u16 *iv16)
 
int rt2800_set_rts_threshold (struct ieee80211_hw *hw, u32 value)
 
int rt2800_conf_tx (struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 queue_idx, const struct ieee80211_tx_queue_params *params)
 
u64 rt2800_get_tsf (struct ieee80211_hw *hw, struct ieee80211_vif *vif)
 
int rt2800_ampdu_action (struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn, u8 buf_size)
 
int rt2800_get_survey (struct ieee80211_hw *hw, int idx, struct survey_info *survey)
 
void rt2800_disable_wpdma (struct rt2x00_dev *rt2x00dev)
 

Variables

struct rt2x00debug rt2800_rt2x00debug
 

Function Documentation

int rt2800_ampdu_action ( struct ieee80211_hw hw,
struct ieee80211_vif vif,
enum ieee80211_ampdu_mlme_action  action,
struct ieee80211_sta sta,
u16  tid,
u16 ssn,
u8  buf_size 
)

Definition at line 5401 of file rt2800lib.c.

int rt2800_check_firmware ( struct rt2x00_dev rt2x00dev,
const u8 data,
const size_t  len 
)

Definition at line 405 of file rt2800lib.c.

void rt2800_clear_beacon ( struct queue_entry *  entry)

Definition at line 848 of file rt2800lib.c.

int rt2800_conf_tx ( struct ieee80211_hw hw,
struct ieee80211_vif vif,
u16  queue_idx,
const struct ieee80211_tx_queue_params params 
)

Definition at line 5317 of file rt2800lib.c.

void rt2800_config ( struct rt2x00_dev rt2x00dev,
struct rt2x00lib_conf libconf,
const unsigned int  flags 
)

Definition at line 2838 of file rt2800lib.c.

void rt2800_config_ant ( struct rt2x00_dev rt2x00dev,
struct antenna_setup ant 
)

Definition at line 1579 of file rt2800lib.c.

void rt2800_config_erp ( struct rt2x00_dev rt2x00dev,
struct rt2x00lib_erp erp,
u32  changed 
)

Definition at line 1474 of file rt2800lib.c.

void rt2800_config_filter ( struct rt2x00_dev rt2x00dev,
const unsigned int  filter_flags 
)

Definition at line 1263 of file rt2800lib.c.

void rt2800_config_intf ( struct rt2x00_dev rt2x00dev,
struct rt2x00_intf intf,
struct rt2x00intf_conf conf,
const unsigned int  flags 
)

Definition at line 1309 of file rt2800lib.c.

int rt2800_config_pairwise_key ( struct rt2x00_dev rt2x00dev,
struct rt2x00lib_crypto crypto,
struct ieee80211_key_conf key 
)

Definition at line 1179 of file rt2800lib.c.

int rt2800_config_shared_key ( struct rt2x00_dev rt2x00dev,
struct rt2x00lib_crypto crypto,
struct ieee80211_key_conf key 
)

Definition at line 1094 of file rt2800lib.c.

void rt2800_disable_radio ( struct rt2x00_dev rt2x00dev)

Definition at line 4492 of file rt2800lib.c.

void rt2800_disable_wpdma ( struct rt2x00_dev rt2x00dev)

Definition at line 359 of file rt2800lib.c.

int rt2800_efuse_detect ( struct rt2x00_dev rt2x00dev)

Definition at line 4508 of file rt2800lib.c.

int rt2800_enable_radio ( struct rt2x00_dev rt2x00dev)

Definition at line 4423 of file rt2800lib.c.

void rt2800_gain_calibration ( struct rt2x00_dev rt2x00dev)

Definition at line 2711 of file rt2800lib.c.

int rt2800_get_survey ( struct ieee80211_hw hw,
int  idx,
struct survey_info survey 
)

Definition at line 5445 of file rt2800lib.c.

void rt2800_get_tkip_seq ( struct ieee80211_hw hw,
u8  hw_key_idx,
u32 iv32,
u16 iv16 
)

Definition at line 5263 of file rt2800lib.c.

u64 rt2800_get_tsf ( struct ieee80211_hw hw,
struct ieee80211_vif vif 
)

Definition at line 5386 of file rt2800lib.c.

void rt2800_link_stats ( struct rt2x00_dev rt2x00dev,
struct link_qual qual 
)

Definition at line 2864 of file rt2800lib.c.

void rt2800_link_tuner ( struct rt2x00_dev rt2x00dev,
struct link_qual qual,
const u32  count 
)

Definition at line 2922 of file rt2800lib.c.

int rt2800_load_firmware ( struct rt2x00_dev rt2x00dev,
const u8 data,
const size_t  len 
)

Definition at line 459 of file rt2800lib.c.

void rt2800_mcu_request ( struct rt2x00_dev rt2x00dev,
const u8  command,
const u8  token,
const u8  arg0,
const u8  arg1 
)

Definition at line 285 of file rt2800lib.c.

int rt2800_probe_hw ( struct rt2x00_dev rt2x00dev)

Definition at line 5194 of file rt2800lib.c.

void rt2800_process_rxwi ( struct queue_entry *  entry,
struct rxdone_entry_desc txdesc 
)

Definition at line 639 of file rt2800lib.c.

void rt2800_read_eeprom_efuse ( struct rt2x00_dev rt2x00dev)

Definition at line 4569 of file rt2800lib.c.

void rt2800_reset_tuner ( struct rt2x00_dev rt2x00dev,
struct link_qual qual 
)

Definition at line 2916 of file rt2800lib.c.

int rt2800_rfkill_poll ( struct rt2x00_dev rt2x00dev)

Definition at line 918 of file rt2800lib.c.

int rt2800_set_rts_threshold ( struct ieee80211_hw hw,
u32  value 
)

Definition at line 5279 of file rt2800lib.c.

int rt2800_sta_add ( struct rt2x00_dev rt2x00dev,
struct ieee80211_vif vif,
struct ieee80211_sta sta 
)

Definition at line 1216 of file rt2800lib.c.

int rt2800_sta_remove ( struct rt2x00_dev rt2x00dev,
int  wcid 
)

Definition at line 1251 of file rt2800lib.c.

void rt2800_txdone_entry ( struct queue_entry *  entry,
u32  status,
__le32 txwi 
)

Definition at line 685 of file rt2800lib.c.

void rt2800_vco_calibration ( struct rt2x00_dev rt2x00dev)

Definition at line 2718 of file rt2800lib.c.

int rt2800_wait_csr_ready ( struct rt2x00_dev rt2x00dev)

Definition at line 319 of file rt2800lib.c.

int rt2800_wait_wpdma_ready ( struct rt2x00_dev rt2x00dev)

Definition at line 336 of file rt2800lib.c.

void rt2800_write_beacon ( struct queue_entry *  entry,
struct txentry_desc txdesc 
)

Definition at line 765 of file rt2800lib.c.

void rt2800_write_tx_data ( struct queue_entry *  entry,
struct txentry_desc txdesc 
)

Definition at line 538 of file rt2800lib.c.

Variable Documentation

struct rt2x00debug rt2800_rt2x00debug