Home
last modified time | relevance | path

Searched refs:short_frame_max_tx_count (Results 1 – 18 of 18) sorted by relevance

/drivers/net/wireless/cw1200/
Dcw1200.h161 u8 short_frame_max_tx_count; member
Dsta.c427 conf->short_frame_max_tx_count); in cw1200_config()
430 priv->short_frame_max_tx_count = in cw1200_config()
431 (conf->short_frame_max_tx_count < 0x0F) ? in cw1200_config()
432 conf->short_frame_max_tx_count : 0x0F; in cw1200_config()
433 priv->hw->max_rate_tries = priv->short_frame_max_tx_count; in cw1200_config()
Ddebug.c200 priv->short_frame_max_tx_count); in cw1200_status_show()
Dtxrx.c73 unsigned limit = priv->short_frame_max_tx_count; in tx_policy_build()
371 dst->short_retries = priv->short_frame_max_tx_count; in tx_policy_upload()
/drivers/net/wireless/rt2x00/
Drt2x00config.c283 rt2x00dev->short_retry = conf->short_frame_max_tx_count; in rt2x00lib_config()
Drt2400pci.c515 libconf->conf->short_frame_max_tx_count); in rt2400pci_config_retry_limit()
Drt2500pci.c563 libconf->conf->short_frame_max_tx_count); in rt2500pci_config_retry_limit()
Drt73usb.c819 libconf->conf->short_frame_max_tx_count); in rt73usb_config_retry_limit()
Drt61pci.c936 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
Drt2800lib.c4377 libconf->conf->short_frame_max_tx_count); in rt2800_config_retry_limit()
/drivers/net/wireless/b43/
Dxmit.c424 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in b43_generate_txhdr()
906 } else if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43_fill_txstatus_report()
Dmain.c3986 b43_set_retry_limits(dev, conf->short_frame_max_tx_count, in b43_op_config()
/drivers/net/wireless/b43legacy/
Dxmit.c302 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in generate_txhdr_fw3()
Dpio.c517 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_pio_handle_txstatus()
Ddma.c1242 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_dma_handle_txstatus()
Dmain.c2716 conf->short_frame_max_tx_count, in b43legacy_op_dev_config()
/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c220 ah->ah_retry_short = conf->short_frame_max_tx_count; in ath5k_config()
/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c571 conf->short_frame_max_tx_count, in brcms_ops_config()