Searched refs:rts_threshold (Results 1 – 7 of 7) sorted by relevance
31 DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d",32 wiphy->rts_threshold);109 DEBUGFS_ADD(rts_threshold); in cfg80211_debugfs_rdev_add()
257 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()
534 rdev->wiphy.rts_threshold = (u32) -1; in wiphy_new_nm()
1936 rdev->wiphy.rts_threshold) || in nl80211_send_wiphy()2866 u32 frag_threshold = 0, rts_threshold = 0; in nl80211_set_wiphy() local3051 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()
2208 drv_set_rts_threshold(local, hw->wiphy->rts_threshold); in ieee80211_reconfig()
2452 err = drv_set_rts_threshold(local, wiphy->rts_threshold); in ieee80211_set_wiphy_params()
698 if (len > tx->local->hw.wiphy->rts_threshold) { in ieee80211_tx_h_rate_ctrl()