Searched refs:retry_long (Results 1 – 23 of 23) sorted by relevance
355 u8 olong = wdev->wiphy->retry_long; in cfg80211_wext_siwretry()365 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()372 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()380 wdev->wiphy->retry_long = olong; in cfg80211_wext_siwretry()403 if (wdev->wiphy->retry_long == wdev->wiphy->retry_short) in cfg80211_wext_giwretry()411 retry->value = wdev->wiphy->retry_long; in cfg80211_wext_giwretry()
39 wiphy->retry_long);
592 rdev->wiphy.retry_long = 4; in wiphy_new_nm()
2539 rdev->wiphy.retry_long) || in nl80211_send_wiphy()3589 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local3788 retry_long = nla_get_u8( in nl80211_set_wiphy()3885 old_retry_long = rdev->wiphy.retry_long; in nl80211_set_wiphy()3896 rdev->wiphy.retry_long = retry_long; in nl80211_set_wiphy()3913 rdev->wiphy.retry_long = old_retry_long; in nl80211_set_wiphy()16004 tid_conf->retry_long = in parse_tid_conf()16007 if (tid_conf->retry_long > rdev->wiphy.max_data_retry_count) in parse_tid_conf()
113 u32 retry_long; member
1648 && (cfg->conf->retry_long != wiphy->retry_long)) { in brcmf_cfg80211_set_wiphy_params()1649 cfg->conf->retry_long = wiphy->retry_long; in brcmf_cfg80211_set_wiphy_params()1650 err = brcmf_set_retry(ndev, cfg->conf->retry_long, true); in brcmf_cfg80211_set_wiphy_params()6715 conf->retry_long = (u32)-1; in brcmf_init_conf()
556 int retry_long[ATH10K_TID_MAX]; member635 int retry_long[ATH10K_TID_MAX]; member
3204 if (arvif->retry_long[i] || arvif->ampdu[i] || in ath10k_new_peer_tid_config()3209 arg.retry_count = arvif->retry_long[i]; in ath10k_new_peer_tid_config()3234 arsta->retry_long[i] = -1; in ath10k_new_peer_tid_config()7074 if ((arsta->retry_long[arg->tid] > 0 || in ath10k_mac_set_tid_config()7120 arsta->retry_long[arg->tid] = arg->retry_count; in ath10k_mac_set_tid_config()7142 if ((arvif->retry_long[arg->tid] || in ath10k_mac_set_tid_config()7231 arg->retry_count = tid_conf->retry_long; in ath10k_mac_parse_tid_config()7302 arsta->retry_long[i] = -1; in ath10k_mac_reset_tid_config()7309 arvif->retry_long[i] = 0; in ath10k_mac_reset_tid_config()7366 if (arsta->retry_long[i] != -1 || in ath10k_sta_tid_cfg_wk()[all …]
1080 u8 retry_long; member
1136 wiphy->retry_long = macinfo->lretry_limit; in qtnf_wiphy_register()
1247 mac_info->lretry_limit = resp_info->retry_long; in qtnf_cmd_resp_proc_mac_info()1663 wiphy->retry_long); in qtnf_cmd_send_update_phy_params()
29 &rtlmac->retry_long); in rtl_ps_enable_nic()
1146 mac->retry_long = 7; in _rtl_pci_init_struct()1750 &rtlmac->retry_long); in rtl_pci_start()
310 mac->retry_long = retry_limit; in rtl_op_add_interface()
1507 u8 retry_long; member
221 init_cmd->long_retry_limit = priv->hw->wiphy->retry_long; in vnt_init_registers()
829 wiphy->retry_long); in set_wiphy_params()831 cfg_param_val.long_retry_limit = wiphy->retry_long; in set_wiphy_params()
926 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_alloc_hw_nm()
3024 if (wiphy->retry_long > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()3026 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_set_wiphy_params()
869 u8 retry_long, retry_short; member5721 u8 retry_long; member
2052 wiphy->retry_long = RETRY_LONG; in rsi_mac80211_attach()
768 bss_cfg->retry_limit = wiphy->retry_long; in mwifiex_cfg80211_set_wiphy_params()4922 wiphy->retry_long = (u8) retry; in mwifiex_register_cfg80211()
11720 rt2x00dev->hw->wiphy->retry_long = 2; in rt2800_probe_hw_mode()
Completed in 842 milliseconds