Home
last modified time | relevance | path

Searched refs:frag_threshold (Results 1 – 8 of 8) sorted by relevance

/net/wireless/
Ddebugfs.c34 wiphy->frag_threshold);
Dwext-compat.c302 u32 ofrag = wdev->wiphy->frag_threshold; in cfg80211_wext_siwfrag()
307 wdev->wiphy->frag_threshold = (u32) -1; in cfg80211_wext_siwfrag()
313 wdev->wiphy->frag_threshold = frag->value & ~0x1; in cfg80211_wext_siwfrag()
318 wdev->wiphy->frag_threshold = ofrag; in cfg80211_wext_siwfrag()
332 frag->value = wdev->wiphy->frag_threshold; in cfg80211_wext_giwfrag()
Dcore.c586 rdev->wiphy.frag_threshold = (u32) -1; in wiphy_new_nm()
Dnl80211.c2417 rdev->wiphy.frag_threshold) || in nl80211_send_wiphy()
3418 u32 frag_threshold = 0, rts_threshold = 0; in nl80211_set_wiphy() local
3627 frag_threshold = nla_get_u32( in nl80211_set_wiphy()
3629 if (frag_threshold < 256) { in nl80211_set_wiphy()
3634 if (frag_threshold != (u32) -1) { in nl80211_set_wiphy()
3641 frag_threshold &= ~0x1; in nl80211_set_wiphy()
3718 old_frag_threshold = rdev->wiphy.frag_threshold; in nl80211_set_wiphy()
3730 rdev->wiphy.frag_threshold = frag_threshold; in nl80211_set_wiphy()
3746 rdev->wiphy.frag_threshold = old_frag_threshold; in nl80211_set_wiphy()
/net/mac80211/
Dtx.c715 tx->local->hw.wiphy->frag_threshold); in ieee80211_tx_h_rate_ctrl()
909 int frag_threshold) in ieee80211_fragment() argument
914 int per_fragm = frag_threshold - hdrlen - FCS_LEN; in ieee80211_fragment()
930 frag_threshold + in ieee80211_fragment()
973 int frag_threshold = tx->local->hw.wiphy->frag_threshold; in ieee80211_tx_h_fragment() local
998 if (WARN_ON(skb->len + FCS_LEN <= frag_threshold)) in ieee80211_tx_h_fragment()
1009 if (ieee80211_fragment(tx, skb, hdrlen, frag_threshold)) in ieee80211_tx_h_fragment()
1298 skb->len + FCS_LEN <= local->hw.wiphy->frag_threshold || in ieee80211_tx_prepare()
3060 if (local->hw.wiphy->frag_threshold != (u32)-1 && in ieee80211_check_fast_xmit()
Diface.c973 local->hw.wiphy->frag_threshold != (u32)-1) in ieee80211_set_sdata_offload_flags()
Dutil.c2440 drv_set_frag_threshold(local, hw->wiphy->frag_threshold); in ieee80211_reconfig()
Dcfg.c2856 err = drv_set_frag_threshold(local, wiphy->frag_threshold); in ieee80211_set_wiphy_params()