Re: [PATCH] staging: pi433: call set_lan_gain for receiver config

From: Greg Kroah-Hartman
Date: Tue Nov 22 2022 - 07:09:04 EST


On Sat, Nov 19, 2022 at 10:41:17PM +0530, Deepak R Varma wrote:
> Value for the LNA gain is captured from the user as part of the struct
> pi433_rx_cfg, however, the corresponding function rf69_set_lna_gain() is
> never called to set it. Include a call to this function as part of
> setting up the rx configurations.
>
> Signed-off-by: Deepak R Varma <drv@xxxxxxxxx>
> ---
> drivers/staging/pi433/pi433_if.c | 3 +++
> 1 file changed, 3 insertions(+)

How was this change tested?

thanks,

greg k-h