Searched defs:dhd_conf (Results 1 – 3 of 3) sorted by relevance
202 typedef struct dhd_conf { struct203 uint devid;204 uint chip;205 uint chiprev;207 uint svid;208 uint ssid;211 char module_name[16];213 struct ether_addr otp_mac;214 int fw_type;216 wl_mac_list_ctrl_t fw_by_mac;[all …]
161 typedef struct dhd_conf { struct162 uint chip;163 uint chiprev;165 char module_name[16];167 struct ether_addr otp_mac;168 int fw_type;170 wl_mac_list_ctrl_t fw_by_mac;171 wl_mac_list_ctrl_t nv_by_mac;173 wl_chip_nv_path_list_ctrl_t nv_by_chip;174 country_list_t *country_head;[all …]