zd_rf
struct zd_rf rf;
static inline struct zd_chip *zd_rf_to_chip(struct zd_rf *rf)
int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size)
int zd_rf_set_channel(struct zd_rf *rf, u8 channel)
int zd_switch_radio_on(struct zd_rf *rf)
int zd_switch_radio_off(struct zd_rf *rf)
int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel)
int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel)
void zd_rf_init(struct zd_rf *rf)
void zd_rf_clear(struct zd_rf *rf)
int zd_rf_init_hw(struct zd_rf *rf, u8 type)
int (*init_hw)(struct zd_rf *rf);
int (*set_channel)(struct zd_rf *rf, u8 channel);
int (*switch_radio_on)(struct zd_rf *rf);
int (*switch_radio_off)(struct zd_rf *rf);
int (*patch_6m_band_edge)(struct zd_rf *rf, u8 channel);
void (*clear)(struct zd_rf *rf);
void zd_rf_init(struct zd_rf *rf);
void zd_rf_clear(struct zd_rf *rf);
int zd_rf_init_hw(struct zd_rf *rf, u8 type);
int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size);
int zd_rf_set_channel(struct zd_rf *rf, u8 channel);
int zd_switch_radio_on(struct zd_rf *rf);
int zd_switch_radio_off(struct zd_rf *rf);
int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel);
int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel);
static inline int zd_rf_should_update_pwr_int(struct zd_rf *rf)
static inline int zd_rf_should_patch_cck_gain(struct zd_rf *rf)
int zd_rf_init_rf2959(struct zd_rf *rf);
int zd_rf_init_al2230(struct zd_rf *rf);
int zd_rf_init_al7230b(struct zd_rf *rf);
int zd_rf_init_uw2453(struct zd_rf *rf);
static int zd1211b_al2230_init_hw(struct zd_rf *rf)
static int zd1211_al2230_set_channel(struct zd_rf *rf, u8 channel)
static int zd1211b_al2230_set_channel(struct zd_rf *rf, u8 channel)
static int zd1211_al2230_switch_radio_on(struct zd_rf *rf)
static int zd1211b_al2230_switch_radio_on(struct zd_rf *rf)
static int al2230_switch_radio_off(struct zd_rf *rf)
int zd_rf_init_al2230(struct zd_rf *rf)
static int zd1211_al2230_init_hw(struct zd_rf *rf)
static int zd1211b_al7230b_init_hw(struct zd_rf *rf)
static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel)
static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel)
static int zd1211_al7230b_switch_radio_on(struct zd_rf *rf)
static int zd1211b_al7230b_switch_radio_on(struct zd_rf *rf)
static int al7230b_switch_radio_off(struct zd_rf *rf)
static int zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel)
int zd_rf_init_al7230b(struct zd_rf *rf)
static int zd1211_al7230b_init_hw(struct zd_rf *rf)
static int rf2959_init_hw(struct zd_rf *rf)
static int rf2959_set_channel(struct zd_rf *rf, u8 channel)
static int rf2959_switch_radio_on(struct zd_rf *rf)
static int rf2959_switch_radio_off(struct zd_rf *rf)
int zd_rf_init_rf2959(struct zd_rf *rf)
static int uw2453_init_hw(struct zd_rf *rf)
static int uw2453_set_channel(struct zd_rf *rf, u8 channel)
static int uw2453_switch_radio_on(struct zd_rf *rf)
static int uw2453_switch_radio_off(struct zd_rf *rf)
static void uw2453_clear(struct zd_rf *rf)
int zd_rf_init_uw2453(struct zd_rf *rf)