Home
last modified time | relevance | path

Searched refs:macinfo (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1126 struct qtnf_mac_info *macinfo = &mac->macinfo; in qtnf_wiphy_register() local
1135 wiphy->frag_threshold = macinfo->frag_thr; in qtnf_wiphy_register()
1136 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
1137 wiphy->retry_short = macinfo->sretry_limit; in qtnf_wiphy_register()
1138 wiphy->retry_long = macinfo->lretry_limit; in qtnf_wiphy_register()
1139 wiphy->coverage_class = macinfo->coverage_class; in qtnf_wiphy_register()
1142 (macinfo->max_scan_ssids) ? macinfo->max_scan_ssids : 1; in qtnf_wiphy_register()
1146 wiphy->max_acl_mac_addrs = macinfo->max_acl_mac_addrs; in qtnf_wiphy_register()
1149 ret = qtnf_wiphy_setup_if_comb(wiphy, macinfo); in qtnf_wiphy_register()
1176 wiphy->available_antennas_tx = macinfo->num_tx_chain; in qtnf_wiphy_register()
[all …]
H A Dcfg80211.h15 void qtnf_band_setup_htvht_caps(struct qtnf_mac_info *macinfo,