iwm_phy_db
struct iwm_phy_db *phy_db = data;
struct iwm_phy_db *
struct iwm_phy_db *phy_db = malloc(sizeof(struct iwm_phy_db),
iwm_phy_db_get_section(struct iwm_phy_db *phy_db,
iwm_phy_db_free_section(struct iwm_phy_db *phy_db,
iwm_phy_db_free(struct iwm_phy_db *phy_db)
iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
channel_id_to_txp(struct iwm_phy_db *phy_db, uint16_t ch_id)
iwm_phy_db_get_section_data(struct iwm_phy_db *phy_db,
iwm_send_phy_db_cmd(struct iwm_phy_db *phy_db, uint16_t type,
iwm_phy_db_send_all_channel_groups(struct iwm_phy_db *phy_db,
iwm_send_phy_db_data(struct iwm_phy_db *phy_db)
extern struct iwm_phy_db *iwm_phy_db_init(struct iwm_softc *sc);
extern void iwm_phy_db_free(struct iwm_phy_db *phy_db);
extern int iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
extern int iwm_send_phy_db_data(struct iwm_phy_db *phy_db);
struct iwm_phy_db *sc_phy_db;