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