From 68314a4614280cb77c50d255129f399216b60d16 Mon Sep 17 00:00:00 2001 From: Xianjun Jiao Date: Mon, 28 Mar 2022 14:57:49 +0200 Subject: [PATCH] Add the missing rf_reg_val in priv --- driver/sdr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/sdr.h b/driver/sdr.h index e540b59..d4097ca 100644 --- a/driver/sdr.h +++ b/driver/sdr.h @@ -436,6 +436,7 @@ struct openwifi_priv { u32 drv_rx_reg_val[MAX_NUM_DRV_REG]; u32 drv_tx_reg_val[MAX_NUM_DRV_REG]; u32 drv_xpu_reg_val[MAX_NUM_DRV_REG]; + int rf_reg_val[MAX_NUM_RF_REG]; int last_auto_fpga_lbt_th; // u8 num_led; // struct led_classdev *led[MAX_NUM_LED];//zc706 has 4 user leds. please find openwifi_dev_probe to see how we get them.