Searched refs:mccch (Results 1 – 1 of 1) sorted by relevance
5820 struct rtw89_fw_h2c_rf_get_mccch *mccch; in rtw89_fw_h2c_rf_ntfy_mcc() local5825 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, sizeof(*mccch)); in rtw89_fw_h2c_rf_ntfy_mcc()5830 skb_put(skb, sizeof(*mccch)); in rtw89_fw_h2c_rf_ntfy_mcc()5831 mccch = (struct rtw89_fw_h2c_rf_get_mccch *)skb->data; in rtw89_fw_h2c_rf_ntfy_mcc()5834 mccch->ch_0 = cpu_to_le32(rfk_mcc->ch[0]); in rtw89_fw_h2c_rf_ntfy_mcc()5835 mccch->ch_1 = cpu_to_le32(rfk_mcc->ch[1]); in rtw89_fw_h2c_rf_ntfy_mcc()5836 mccch->band_0 = cpu_to_le32(rfk_mcc->band[0]); in rtw89_fw_h2c_rf_ntfy_mcc()5837 mccch->band_1 = cpu_to_le32(rfk_mcc->band[1]); in rtw89_fw_h2c_rf_ntfy_mcc()5838 mccch->current_channel = cpu_to_le32(rfk_mcc->ch[idx]); in rtw89_fw_h2c_rf_ntfy_mcc()5839 mccch->current_band_type = cpu_to_le32(rfk_mcc->band[idx]); in rtw89_fw_h2c_rf_ntfy_mcc()[all …]