Searched refs:ifs_time (Results 1 – 2 of 2) sorted by relevance
948 struct bss_ifs_time_tlv *ifs_time; in mt7996_mcu_bss_ifs_timing_tlv() local954 ifs_time = (struct bss_ifs_time_tlv *)tlv; in mt7996_mcu_bss_ifs_timing_tlv()955 ifs_time->slot_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()956 ifs_time->sifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()957 ifs_time->rifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()958 ifs_time->eifs_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()960 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7996_mcu_bss_ifs_timing_tlv()961 ifs_time->sifs_time = cpu_to_le16(10); in mt7996_mcu_bss_ifs_timing_tlv()962 ifs_time->rifs_time = cpu_to_le16(2); in mt7996_mcu_bss_ifs_timing_tlv()966 ifs_time->eifs_cck_valid = true; in mt7996_mcu_bss_ifs_timing_tlv()[all …]
2620 struct bss_ifs_time_tlv *ifs_time; in mt7925_mcu_bss_ifs_tlv() local2623 tlv = mt76_connac_mcu_add_tlv(skb, UNI_BSS_INFO_IFS_TIME, sizeof(*ifs_time)); in mt7925_mcu_bss_ifs_tlv()2624 ifs_time = (struct bss_ifs_time_tlv *)tlv; in mt7925_mcu_bss_ifs_tlv()2625 ifs_time->slot_valid = true; in mt7925_mcu_bss_ifs_tlv()2626 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7925_mcu_bss_ifs_tlv()