Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/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()
/openbmc/linux/include/net/
H A Dmac80211.h903 IEEE80211_TX_CTL_LDPC = BIT(22), enumerator
992 IEEE80211_TX_CTL_MORE_FRAMES | IEEE80211_TX_CTL_LDPC | \
/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.c1757 mi->tx_flags |= IEEE80211_TX_CTL_LDPC; in minstrel_ht_update_caps()
H A Dtx.c2200 info->flags |= IEEE80211_TX_CTL_LDPC; in ieee80211_parse_tx_radiotap()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c300 if (info->flags & IEEE80211_TX_CTL_LDPC) in iwl_mvm_get_inject_tx_rate()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c822 if (info->flags & IEEE80211_TX_CTL_LDPC) in mt7615_mac_write_txwi()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1445 if (tx_info->flags & IEEE80211_TX_CTL_LDPC) in ath_tx_fill_desc()