Searched refs:short_frame_max_tx_count (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00config.c283 rt2x00dev->short_retry = conf->short_frame_max_tx_count; rt2x00lib_config()
H A Drt2400pci.c515 libconf->conf->short_frame_max_tx_count); rt2400pci_config_retry_limit()
H A Drt2500pci.c563 libconf->conf->short_frame_max_tx_count); rt2500pci_config_retry_limit()
H A Drt73usb.c819 libconf->conf->short_frame_max_tx_count); rt73usb_config_retry_limit()
H A Drt61pci.c936 libconf->conf->short_frame_max_tx_count); rt61pci_config_retry_limit()
H A Drt2800lib.c4384 libconf->conf->short_frame_max_tx_count); rt2800_config_retry_limit()
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dcw1200.h161 u8 short_frame_max_tx_count; member in struct:cw1200_common
H A Ddebug.c200 priv->short_frame_max_tx_count); cw1200_status_show()
H A Dsta.c428 conf->short_frame_max_tx_count); cw1200_config()
431 priv->short_frame_max_tx_count = cw1200_config()
432 (conf->short_frame_max_tx_count < 0x0F) ? cw1200_config()
433 conf->short_frame_max_tx_count : 0x0F; cw1200_config()
434 priv->hw->max_rate_tries = priv->short_frame_max_tx_count; cw1200_config()
H A Dtxrx.c73 unsigned limit = priv->short_frame_max_tx_count; tx_policy_build()
371 dst->short_retries = priv->short_frame_max_tx_count; tx_policy_upload()
/linux-4.1.27/drivers/net/wireless/b43/
H A Dxmit.c424 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; b43_generate_txhdr()
906 } else if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { b43_fill_txstatus_report()
H A Dmain.c4024 b43_set_retry_limits(dev, conf->short_frame_max_tx_count, b43_op_config()
/linux-4.1.27/net/mac80211/
H A Dtrace.h320 __field(u8, short_frame_max_tx_count)
335 __entry->short_frame_max_tx_count =
336 local->hw.conf.short_frame_max_tx_count;
H A Dmain.c581 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; ieee80211_alloc_hw_nm()
H A Dcfg.c2130 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; ieee80211_set_wiphy_params()
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Dpio.c517 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { b43legacy_pio_handle_txstatus()
H A Dxmit.c302 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; generate_txhdr_fw3()
H A Ddma.c1242 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { b43legacy_dma_handle_txstatus()
H A Dmain.c2716 conf->short_frame_max_tx_count, b43legacy_op_dev_config()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c220 ah->ah_retry_short = conf->short_frame_max_tx_count; ath5k_config()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c571 conf->short_frame_max_tx_count, brcms_ops_config()
/linux-4.1.27/include/net/
H A Dmac80211.h1242 * @short_frame_max_tx_count: Maximum number of transmissions for a "short"
1260 u8 long_frame_max_tx_count, short_frame_max_tx_count; member in struct:ieee80211_conf

Completed in 980 milliseconds