|
irq_handler_t | irq_handler |
|
void(* | txstatus_tasklet )(unsigned long data) |
|
void(* | pretbtt_tasklet )(unsigned long data) |
|
void(* | tbtt_tasklet )(unsigned long data) |
|
void(* | rxdone_tasklet )(unsigned long data) |
|
void(* | autowake_tasklet )(unsigned long data) |
|
int(* | probe_hw )(struct rt2x00_dev *rt2x00dev) |
|
char *(* | get_firmware_name )(struct rt2x00_dev *rt2x00dev) |
|
int(* | check_firmware )(struct rt2x00_dev *rt2x00dev, const u8 *data, const size_t len) |
|
int(* | load_firmware )(struct rt2x00_dev *rt2x00dev, const u8 *data, const size_t len) |
|
int(* | initialize )(struct rt2x00_dev *rt2x00dev) |
|
void(* | uninitialize )(struct rt2x00_dev *rt2x00dev) |
|
bool(* | get_entry_state )(struct queue_entry *entry) |
|
void(* | clear_entry )(struct queue_entry *entry) |
|
int(* | set_device_state )(struct rt2x00_dev *rt2x00dev, enum dev_state state) |
|
int(* | rfkill_poll )(struct rt2x00_dev *rt2x00dev) |
|
void(* | link_stats )(struct rt2x00_dev *rt2x00dev, struct link_qual *qual) |
|
void(* | reset_tuner )(struct rt2x00_dev *rt2x00dev, struct link_qual *qual) |
|
void(* | link_tuner )(struct rt2x00_dev *rt2x00dev, struct link_qual *qual, const u32 count) |
|
void(* | gain_calibration )(struct rt2x00_dev *rt2x00dev) |
|
void(* | vco_calibration )(struct rt2x00_dev *rt2x00dev) |
|
void(* | watchdog )(struct rt2x00_dev *rt2x00dev) |
|
void(* | start_queue )(struct data_queue *queue) |
|
void(* | kick_queue )(struct data_queue *queue) |
|
void(* | stop_queue )(struct data_queue *queue) |
|
void(* | flush_queue )(struct data_queue *queue, bool drop) |
|
void(* | tx_dma_done )(struct queue_entry *entry) |
|
void(* | write_tx_desc )(struct queue_entry *entry, struct txentry_desc *txdesc) |
|
void(* | write_tx_data )(struct queue_entry *entry, struct txentry_desc *txdesc) |
|
void(* | write_beacon )(struct queue_entry *entry, struct txentry_desc *txdesc) |
|
void(* | clear_beacon )(struct queue_entry *entry) |
|
int(* | get_tx_data_len )(struct queue_entry *entry) |
|
void(* | fill_rxdone )(struct queue_entry *entry, struct rxdone_entry_desc *rxdesc) |
|
int(* | config_shared_key )(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_crypto *crypto, struct ieee80211_key_conf *key) |
|
int(* | config_pairwise_key )(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_crypto *crypto, struct ieee80211_key_conf *key) |
|
void(* | config_filter )(struct rt2x00_dev *rt2x00dev, const unsigned int filter_flags) |
|
void(* | config_intf )(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct rt2x00intf_conf *conf, const unsigned int flags) |
|
void(* | config_erp )(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp, u32 changed) |
|
void(* | config_ant )(struct rt2x00_dev *rt2x00dev, struct antenna_setup *ant) |
|
void(* | config )(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int changed_flags) |
|
int(* | sta_add )(struct rt2x00_dev *rt2x00dev, struct ieee80211_vif *vif, struct ieee80211_sta *sta) |
|
int(* | sta_remove )(struct rt2x00_dev *rt2x00dev, int wcid) |
|
Definition at line 539 of file rt2x00.h.