Lines Matching refs:macinfo
1055 struct qtnf_mac_info *macinfo = &mac->macinfo; in qtnf_wiphy_register() local
1063 wiphy->frag_threshold = macinfo->frag_thr; in qtnf_wiphy_register()
1064 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
1065 wiphy->retry_short = macinfo->sretry_limit; in qtnf_wiphy_register()
1066 wiphy->retry_long = macinfo->lretry_limit; in qtnf_wiphy_register()
1067 wiphy->coverage_class = macinfo->coverage_class; in qtnf_wiphy_register()
1074 wiphy->max_acl_mac_addrs = macinfo->max_acl_mac_addrs; in qtnf_wiphy_register()
1077 ret = qtnf_wiphy_setup_if_comb(wiphy, macinfo); in qtnf_wiphy_register()
1097 wiphy->available_antennas_tx = macinfo->num_tx_chain; in qtnf_wiphy_register()
1098 wiphy->available_antennas_rx = macinfo->num_rx_chain; in qtnf_wiphy_register()
1100 wiphy->max_ap_assoc_sta = macinfo->max_ap_assoc_sta; in qtnf_wiphy_register()
1101 wiphy->ht_capa_mod_mask = &macinfo->ht_cap_mod_mask; in qtnf_wiphy_register()
1102 wiphy->vht_capa_mod_mask = &macinfo->vht_cap_mod_mask; in qtnf_wiphy_register()
1113 if (macinfo->wowlan) in qtnf_wiphy_register()
1114 wiphy->wowlan = macinfo->wowlan; in qtnf_wiphy_register()