Searched defs:dhd_conf (Results 1 – 4 of 4) sorted by relevance
185 typedef struct dhd_conf { struct186 uint devid;187 uint chip;188 uint chiprev;190 uint svid;191 uint ssid;194 char module_name[16];196 struct ether_addr otp_mac;197 int fw_type;199 wl_mac_list_ctrl_t fw_by_mac;[all …]
171 typedef struct dhd_conf { struct172 uint devid;173 uint chip;174 uint chiprev;176 uint svid;177 uint ssid;180 char module_name[16];182 struct ether_addr otp_mac;183 int fw_type;185 wl_mac_list_ctrl_t fw_by_mac;[all …]
164 typedef struct dhd_conf { struct165 uint devid;166 uint chip;167 uint chiprev;169 uint svid;170 uint ssid;173 char module_name[16];175 struct ether_addr otp_mac;176 int fw_type;178 wl_mac_list_ctrl_t fw_by_mac;[all …]
140 typedef struct dhd_conf { struct141 uint chip;142 uint chiprev;143 int fw_type;144 wl_mac_list_ctrl_t fw_by_mac;145 wl_mac_list_ctrl_t nv_by_mac;146 wl_chip_nv_path_list_ctrl_t nv_by_chip;147 conf_country_list_t country_list;148 int band;149 int bw_cap[2];[all …]