|
Linux Kernel
3.7.1
|
#include <hw.h>
Data Fields | |
| void(* | config_pci_powersave )(struct ath_hw *ah, bool power_off) |
| void(* | rx_enable )(struct ath_hw *ah) |
| void(* | set_desc_link )(void *ds, u32 link) |
| bool(* | calibrate )(struct ath_hw *ah, struct ath9k_channel *chan, u8 rxchainmask, bool longcal) |
| bool(* | get_isr )(struct ath_hw *ah, enum ath9k_int *masked) |
| void(* | set_txdesc )(struct ath_hw *ah, void *ds, struct ath_tx_info *i) |
| int(* | proc_txdesc )(struct ath_hw *ah, void *ds, struct ath_tx_status *ts) |
| void(* | antdiv_comb_conf_get )(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf) |
| void(* | antdiv_comb_conf_set )(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf) |
| void(* | antctrl_shared_chain_lnadiv )(struct ath_hw *hw, bool enable) |
struct ath_hw_ops - callbacks used by hardware code and driver code
This structure contains callbacks designed to to be used internally by hardware code and also by the lower level driver.
: : periodic calibration for NF, ANI, IQ, ADC gain, ADC-DC
1.8.2