mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-07 19:04:15 +00:00
Add the missing rf_reg_val in priv
This commit is contained in:
parent
e21492d767
commit
68314a4614
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user