Searched refs:ifs_time (Results 1 – 1 of 1) sorted by relevance
1005 struct bss_ifs_time_tlv *ifs_time; in mt7996_mcu_bss_ifs_timing_tlv() local1009 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_IFS_TIME, sizeof(*ifs_time)); in mt7996_mcu_bss_ifs_timing_tlv()1011 ifs_time = (struct bss_ifs_time_tlv *)tlv; in mt7996_mcu_bss_ifs_timing_tlv()1012 ifs_time->slot_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1013 ifs_time->sifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1014 ifs_time->rifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1015 ifs_time->eifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1017 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7996_mcu_bss_ifs_timing_tlv()1018 ifs_time->sifs_time = cpu_to_le16(10); in mt7996_mcu_bss_ifs_timing_tlv()1019 ifs_time->rifs_time = cpu_to_le16(2); in mt7996_mcu_bss_ifs_timing_tlv()[all …]