Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_LDPC (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.c244 info->flags |= IEEE80211_TX_CTL_LDPC; in mt76_testmode_tx_init()
H A Dmt76x02_mac.c403 if (is_mt76x2(dev) && (info->flags & IEEE80211_TX_CTL_LDPC)) in mt76x02_mac_write_txwi()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h411 IEEE80211_TX_CTL_LDPC = BIT(19), enumerator
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c337 if (info->flags & IEEE80211_TX_CTL_LDPC) in iwl_mvm_get_tx_rate()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c825 if (info->flags & IEEE80211_TX_CTL_LDPC) in mt7615_mac_write_txwi()