Searched refs:rate_flag (Results 1 – 4 of 4) sorted by relevance
499 u8 rate_flag = info->control.rates[0].flags; in rtl92cu_tx_fill_desc() local538 if (rate_flag & IEEE80211_TX_RC_DUP_DATA) { in rtl92cu_tx_fill_desc()541 } else if(rate_flag & IEEE80211_TX_RC_40_MHZ_WIDTH){ in rtl92cu_tx_fill_desc()
621 u8 rate_flag = info->control.rates[0].flags; in _rtl_qurey_shortpreamble_mode() local628 else if (rate_flag & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) in _rtl_qurey_shortpreamble_mode()640 u8 rate_flag = info->control.rates[0].flags; in _rtl_query_shortgi() local680 if (!(rate_flag & IEEE80211_TX_RC_SHORT_GI)) in _rtl_query_shortgi()689 u8 rate_flag = info->control.rates[0].flags; in _rtl_query_protection_mode() local699 if (rate_flag & IEEE80211_TX_RC_USE_CTS_PROTECT) { in _rtl_query_protection_mode()704 } else if (rate_flag & IEEE80211_TX_RC_USE_RTS_CTS) { in _rtl_query_protection_mode()
599 u8 rate_flag = info->control.rates[0].flags; in _rtl_qurey_shortpreamble_mode() local606 else if (rate_flag & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) in _rtl_qurey_shortpreamble_mode()616 u8 rate_flag = info->control.rates[0].flags; in _rtl_query_shortgi() local657 if (!(rate_flag & IEEE80211_TX_RC_SHORT_GI)) in _rtl_query_shortgi()666 u8 rate_flag = info->control.rates[0].flags; in _rtl_query_protection_mode() local676 if (rate_flag & IEEE80211_TX_RC_USE_CTS_PROTECT) { in _rtl_query_protection_mode()681 } else if (rate_flag & IEEE80211_TX_RC_USE_RTS_CTS) { in _rtl_query_protection_mode()
4922 u16 rate_flag = tx_info->control.rates[0].flags; in rtl8xxxu_tx() local4999 if (rate_flag & IEEE80211_TX_RC_SHORT_GI || in rtl8xxxu_tx()5005 if (rate_flag & IEEE80211_TX_RC_USE_SHORT_PREAMBLE || in rtl8xxxu_tx()5009 if (rate_flag & IEEE80211_TX_RC_USE_RTS_CTS) in rtl8xxxu_tx()5011 else if (rate_flag & IEEE80211_TX_RC_USE_CTS_PROTECT) in rtl8xxxu_tx()