Searched refs:ifs_time (Results 1 – 2 of 2) sorted by relevance
1024 struct bss_ifs_time_tlv *ifs_time; in mt7996_mcu_bss_ifs_timing_tlv() local1028 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_IFS_TIME, sizeof(*ifs_time)); in mt7996_mcu_bss_ifs_timing_tlv()1030 ifs_time = (struct bss_ifs_time_tlv *)tlv; in mt7996_mcu_bss_ifs_timing_tlv()1031 ifs_time->slot_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1032 ifs_time->sifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1033 ifs_time->rifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1034 ifs_time->eifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()1036 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7996_mcu_bss_ifs_timing_tlv()1037 ifs_time->sifs_time = cpu_to_le16(10); in mt7996_mcu_bss_ifs_timing_tlv()1038 ifs_time->rifs_time = cpu_to_le16(2); in mt7996_mcu_bss_ifs_timing_tlv()[all …]
2756 struct bss_ifs_time_tlv *ifs_time; in mt7925_mcu_bss_ifs_tlv() local2759 tlv = mt76_connac_mcu_add_tlv(skb, UNI_BSS_INFO_IFS_TIME, sizeof(*ifs_time)); in mt7925_mcu_bss_ifs_tlv()2760 ifs_time = (struct bss_ifs_time_tlv *)tlv; in mt7925_mcu_bss_ifs_tlv()2761 ifs_time->slot_valid = true; in mt7925_mcu_bss_ifs_tlv()2762 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7925_mcu_bss_ifs_tlv()