Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Dmac80211.h373 IEEE80211_TX_CTL_LDPC = BIT(22), enumerator
391 IEEE80211_TX_CTL_MORE_FRAMES | IEEE80211_TX_CTL_LDPC | \
/linux-2.6.39/net/mac80211/
Drc80211_minstrel_ht.c699 mi->tx_flags |= IEEE80211_TX_CTL_LDPC; in minstrel_ht_update_caps()
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Drc.c774 tx_info->flags |= IEEE80211_TX_CTL_LDPC; in ath_get_rate()
Dxmit.c1500 if (tx_info->flags & IEEE80211_TX_CTL_LDPC) in setup_tx_flags()