Lines Matching +full:30 +full:gi
148 if ((tx_last | rx_last) & BIT(30)) in mt7996_mac_sta_poll()
177 /* We don't support reading GI info from txs packets. in mt7996_mac_sta_poll()
179 * we need to make sure that flags match so polling GI in mt7996_mac_sta_poll()
349 u8 stbc, gi, bw, dcm, nss; in mt7996_mac_fill_rx_rate() local
361 gi = FIELD_GET(MT_PRXV_HT_SHORT_GI, v2); in mt7996_mac_fill_rx_rate()
376 if (gi) in mt7996_mac_fill_rx_rate()
384 if (gi) in mt7996_mac_fill_rx_rate()
397 if (gi <= NL80211_RATE_INFO_HE_GI_3_2) in mt7996_mac_fill_rx_rate()
398 status->he_gi = gi; in mt7996_mac_fill_rx_rate()
409 if (gi <= NL80211_RATE_INFO_EHT_GI_3_2) in mt7996_mac_fill_rx_rate()
410 status->eht.gi = gi; in mt7996_mac_fill_rx_rate()
446 if (*mode < MT_PHY_TYPE_HE_SU && gi) in mt7996_mac_fill_rx_rate()