Searched defs:iwn_ops (Results 1 – 1 of 1) sorted by relevance
200 struct iwn_ops { struct201 int (*load_firmware)(struct iwn_softc *);202 void (*read_eeprom)(struct iwn_softc *);203 int (*post_alive)(struct iwn_softc *);204 int (*nic_config)(struct iwn_softc *);205 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,207 int (*get_temperature)(struct iwn_softc *);208 int (*get_rssi)(struct iwn_softc *, struct iwn_rx_stat *);209 int (*set_txpower)(struct iwn_softc *,211 int (*init_gains)(struct iwn_softc *);[all …]