Searched refs:ifs_time (Results 1 – 2 of 2) sorted by relevance
1136 struct bss_ifs_time_tlv *ifs_time; in mt7996_mcu_bss_ifs_timing_tlv() local1140 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_IFS_TIME, sizeof(*ifs_time)); in mt7996_mcu_bss_ifs_timing_tlv()1142 ifs_time = (struct bss_ifs_time_tlv *)tlv; in mt7996_mcu_bss_ifs_timing_tlv()1143 ifs_time->slot_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1144 ifs_time->sifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1145 ifs_time->rifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1146 ifs_time->eifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1148 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7996_mcu_bss_ifs_timing_tlv()1149 ifs_time->sifs_time = cpu_to_le16(10); in mt7996_mcu_bss_ifs_timing_tlv()1150 ifs_time->rifs_time = cpu_to_le16(2); in mt7996_mcu_bss_ifs_timing_tlv()[all …]
2980 struct bss_ifs_time_tlv *ifs_time; in mt7925_mcu_bss_ifs_tlv() local2983 tlv = mt76_connac_mcu_add_tlv(skb, UNI_BSS_INFO_IFS_TIME, sizeof(*ifs_time)); in mt7925_mcu_bss_ifs_tlv()2984 ifs_time = (struct bss_ifs_time_tlv *)tlv; in mt7925_mcu_bss_ifs_tlv()2985 ifs_time->slot_valid = true; in mt7925_mcu_bss_ifs_tlv()2986 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7925_mcu_bss_ifs_tlv()