Searched refs:mccch (Results 1 – 1 of 1) sorted by relevance
8127 struct rtw89_fw_h2c_rf_get_mccch *mccch; in rtw89_fw_h2c_rf_ntfy_mcc() local8128 u32 len = sizeof(*mccch); in rtw89_fw_h2c_rf_ntfy_mcc()8156 mccch = (struct rtw89_fw_h2c_rf_get_mccch *)skb->data; in rtw89_fw_h2c_rf_ntfy_mcc()8157 mccch->ch_0_0 = cpu_to_le32(rfk_mcc->ch[0]); in rtw89_fw_h2c_rf_ntfy_mcc()8158 mccch->ch_0_1 = cpu_to_le32(rfk_mcc->ch[0]); in rtw89_fw_h2c_rf_ntfy_mcc()8159 mccch->ch_1_0 = cpu_to_le32(rfk_mcc->ch[1]); in rtw89_fw_h2c_rf_ntfy_mcc()8160 mccch->ch_1_1 = cpu_to_le32(rfk_mcc->ch[1]); in rtw89_fw_h2c_rf_ntfy_mcc()8161 mccch->current_channel = cpu_to_le32(rfk_mcc->ch[idx]); in rtw89_fw_h2c_rf_ntfy_mcc()