Lines Matching refs:macinfo

1124 	struct qtnf_mac_info *macinfo = &mac->macinfo;  in qtnf_wiphy_register()  local
1133 wiphy->frag_threshold = macinfo->frag_thr; in qtnf_wiphy_register()
1134 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
1135 wiphy->retry_short = macinfo->sretry_limit; in qtnf_wiphy_register()
1136 wiphy->retry_long = macinfo->lretry_limit; in qtnf_wiphy_register()
1137 wiphy->coverage_class = macinfo->coverage_class; in qtnf_wiphy_register()
1140 (macinfo->max_scan_ssids) ? macinfo->max_scan_ssids : 1; in qtnf_wiphy_register()
1144 wiphy->max_acl_mac_addrs = macinfo->max_acl_mac_addrs; in qtnf_wiphy_register()
1147 ret = qtnf_wiphy_setup_if_comb(wiphy, macinfo); in qtnf_wiphy_register()
1174 wiphy->available_antennas_tx = macinfo->num_tx_chain; in qtnf_wiphy_register()
1175 wiphy->available_antennas_rx = macinfo->num_rx_chain; in qtnf_wiphy_register()
1177 wiphy->max_ap_assoc_sta = macinfo->max_ap_assoc_sta; in qtnf_wiphy_register()
1178 wiphy->ht_capa_mod_mask = &macinfo->ht_cap_mod_mask; in qtnf_wiphy_register()
1179 wiphy->vht_capa_mod_mask = &macinfo->vht_cap_mod_mask; in qtnf_wiphy_register()
1196 if (macinfo->wowlan) in qtnf_wiphy_register()
1197 wiphy->wowlan = macinfo->wowlan; in qtnf_wiphy_register()
1217 if (mac->macinfo.extended_capabilities_len) { in qtnf_wiphy_register()
1219 mac->macinfo.extended_capabilities; in qtnf_wiphy_register()
1221 mac->macinfo.extended_capabilities_mask; in qtnf_wiphy_register()
1223 mac->macinfo.extended_capabilities_len; in qtnf_wiphy_register()