Lines Matching refs:macinfo
1079 struct qtnf_mac_info *macinfo = &mac->macinfo; in qtnf_wiphy_register() local
1088 wiphy->frag_threshold = macinfo->frag_thr; in qtnf_wiphy_register()
1089 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
1090 wiphy->retry_short = macinfo->sretry_limit; in qtnf_wiphy_register()
1091 wiphy->retry_long = macinfo->lretry_limit; in qtnf_wiphy_register()
1092 wiphy->coverage_class = macinfo->coverage_class; in qtnf_wiphy_register()
1099 wiphy->max_acl_mac_addrs = macinfo->max_acl_mac_addrs; in qtnf_wiphy_register()
1102 ret = qtnf_wiphy_setup_if_comb(wiphy, macinfo); in qtnf_wiphy_register()
1128 wiphy->available_antennas_tx = macinfo->num_tx_chain; in qtnf_wiphy_register()
1129 wiphy->available_antennas_rx = macinfo->num_rx_chain; in qtnf_wiphy_register()
1131 wiphy->max_ap_assoc_sta = macinfo->max_ap_assoc_sta; in qtnf_wiphy_register()
1132 wiphy->ht_capa_mod_mask = &macinfo->ht_cap_mod_mask; in qtnf_wiphy_register()
1133 wiphy->vht_capa_mod_mask = &macinfo->vht_cap_mod_mask; in qtnf_wiphy_register()
1150 if (macinfo->wowlan) in qtnf_wiphy_register()
1151 wiphy->wowlan = macinfo->wowlan; in qtnf_wiphy_register()
1171 if (mac->macinfo.extended_capabilities_len) { in qtnf_wiphy_register()
1173 mac->macinfo.extended_capabilities; in qtnf_wiphy_register()
1175 mac->macinfo.extended_capabilities_mask; in qtnf_wiphy_register()
1177 mac->macinfo.extended_capabilities_len; in qtnf_wiphy_register()