Home
last modified time | relevance | path

Searched refs:long_frame_max_tx_count (Results 1 – 17 of 17) sorted by relevance

/drivers/net/wireless/b43legacy/
Dxmit.c298 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) { in generate_txhdr_fw3()
299 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count; in generate_txhdr_fw3()
Dmain.c2717 conf->long_frame_max_tx_count); in b43legacy_op_dev_config()
/drivers/net/wireless/cw1200/
Dcw1200.h160 u8 long_frame_max_tx_count; member
Ddebug.c198 priv->long_frame_max_tx_count); in cw1200_status_show()
Dsta.c426 conf->long_frame_max_tx_count, in cw1200_config()
429 priv->long_frame_max_tx_count = conf->long_frame_max_tx_count; in cw1200_config()
Dtxrx.c372 dst->long_retries = priv->long_frame_max_tx_count; in tx_policy_upload()
/drivers/net/wireless/rt2x00/
Drt2x00config.c284 rt2x00dev->long_retry = conf->long_frame_max_tx_count; in rt2x00lib_config()
Drt2400pci.c513 libconf->conf->long_frame_max_tx_count); in rt2400pci_config_retry_limit()
Drt2500pci.c561 libconf->conf->long_frame_max_tx_count); in rt2500pci_config_retry_limit()
Drt73usb.c817 libconf->conf->long_frame_max_tx_count); in rt73usb_config_retry_limit()
Drt61pci.c934 libconf->conf->long_frame_max_tx_count); in rt61pci_config_retry_limit()
Drt2800lib.c4379 libconf->conf->long_frame_max_tx_count); in rt2800_config_retry_limit()
/drivers/net/wireless/b43/
Dxmit.c420 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) { in b43_generate_txhdr()
421 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count; in b43_generate_txhdr()
Dmain.c3987 conf->long_frame_max_tx_count); in b43_op_config()
/drivers/net/wireless/rtlwifi/
Dcore.c632 hw->conf.long_frame_max_tx_count); in rtl_op_config()
633 mac->retry_long = hw->conf.long_frame_max_tx_count; in rtl_op_config()
634 mac->retry_short = hw->conf.long_frame_max_tx_count; in rtl_op_config()
636 (u8 *)(&hw->conf.long_frame_max_tx_count)); in rtl_op_config()
/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c219 ah->ah_retry_long = conf->long_frame_max_tx_count; in ath5k_config()
/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c572 conf->long_frame_max_tx_count); in brcms_ops_config()