Home
last modified time | relevance | path

Searched refs:rts_threshold (Results 1 – 7 of 7) sorted by relevance

/net/wireless/
Ddebugfs.c31 DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d",
32 wiphy->rts_threshold);
109 DEBUGFS_ADD(rts_threshold); in cfg80211_debugfs_rdev_add()
Dwext-compat.c257 u32 orts = wdev->wiphy->rts_threshold; in cfg80211_wext_siwrts()
261 wdev->wiphy->rts_threshold = (u32) -1; in cfg80211_wext_siwrts()
265 wdev->wiphy->rts_threshold = rts->value; in cfg80211_wext_siwrts()
269 wdev->wiphy->rts_threshold = orts; in cfg80211_wext_siwrts()
281 rts->value = wdev->wiphy->rts_threshold; in cfg80211_wext_giwrts()
Dcore.c534 rdev->wiphy.rts_threshold = (u32) -1; in wiphy_new_nm()
Dnl80211.c1936 rdev->wiphy.rts_threshold) || in nl80211_send_wiphy()
2866 u32 frag_threshold = 0, rts_threshold = 0; in nl80211_set_wiphy() local
3051 rts_threshold = nla_get_u32( in nl80211_set_wiphy()
3111 old_rts_threshold = rdev->wiphy.rts_threshold; in nl80211_set_wiphy()
3124 rdev->wiphy.rts_threshold = rts_threshold; in nl80211_set_wiphy()
3139 rdev->wiphy.rts_threshold = old_rts_threshold; in nl80211_set_wiphy()
/net/mac80211/
Dutil.c2208 drv_set_rts_threshold(local, hw->wiphy->rts_threshold); in ieee80211_reconfig()
Dcfg.c2452 err = drv_set_rts_threshold(local, wiphy->rts_threshold); in ieee80211_set_wiphy_params()
Dtx.c698 if (len > tx->local->hw.wiphy->rts_threshold) { in ieee80211_tx_h_rate_ctrl()