Searched refs:ifs_time (Results 1 – 1 of 1) sorted by relevance
713 struct bss_ifs_time_tlv *ifs_time; in mt7996_mcu_bss_ifs_timing_tlv() local717 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_IFS_TIME, sizeof(*ifs_time)); in mt7996_mcu_bss_ifs_timing_tlv()719 ifs_time = (struct bss_ifs_time_tlv *)tlv; in mt7996_mcu_bss_ifs_timing_tlv()720 ifs_time->slot_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()721 ifs_time->sifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()722 ifs_time->rifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()723 ifs_time->eifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()725 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7996_mcu_bss_ifs_timing_tlv()726 ifs_time->sifs_time = cpu_to_le16(10); in mt7996_mcu_bss_ifs_timing_tlv()727 ifs_time->rifs_time = cpu_to_le16(2); in mt7996_mcu_bss_ifs_timing_tlv()[all …]