Searched refs:frag_thr (Results 1 – 6 of 6) sorted by relevance
99 u32 frag_thr; member
1063 wiphy->frag_threshold = macinfo->frag_thr; in qtnf_wiphy_register()
1637 mac_info->frag_thr = (u32)le16_to_cpu(phy_thr->thr); in qtnf_cmd_resp_proc_phy_params()
679 mwifiex_set_frag(struct mwifiex_private *priv, u32 frag_thr) in mwifiex_set_frag() argument681 if (frag_thr < MWIFIEX_FRAG_MIN_VALUE || in mwifiex_set_frag()682 frag_thr > MWIFIEX_FRAG_MAX_VALUE) in mwifiex_set_frag()683 frag_thr = MWIFIEX_FRAG_MAX_VALUE; in mwifiex_set_frag()687 &frag_thr, true); in mwifiex_set_frag()
582 frag_threshold->frag_thr = cpu_to_le16(bss_cfg->frag_threshold); in mwifiex_uap_bss_param_prepare()
2005 __le16 frag_thr; member