Searched refs:frag_thr (Results 1 – 6 of 6) sorted by relevance
81 u32 frag_thr; member
1088 wiphy->frag_threshold = macinfo->frag_thr; in qtnf_wiphy_register()
1507 mac_info->frag_thr = le32_to_cpu(phy_thr->thr); in qtnf_cmd_resp_proc_phy_params()
688 mwifiex_set_frag(struct mwifiex_private *priv, u32 frag_thr) in mwifiex_set_frag() argument690 if (frag_thr < MWIFIEX_FRAG_MIN_VALUE || in mwifiex_set_frag()691 frag_thr > MWIFIEX_FRAG_MAX_VALUE) in mwifiex_set_frag()692 frag_thr = MWIFIEX_FRAG_MAX_VALUE; in mwifiex_set_frag()696 &frag_thr, true); in mwifiex_set_frag()
589 frag_threshold->frag_thr = cpu_to_le16(bss_cfg->frag_threshold); in mwifiex_uap_bss_param_prepare()
2011 __le16 frag_thr; member