Re: mwifiex: correct histogram data with appropriate index

2018-05-23 Thread Kalle Valo
Xinming Hu wrote: > Correct snr/nr/rssi data index to avoid possible buffer underflow. > > Signed-off-by: Xinming Hu Patch applied to wireless-drivers-next.git, thanks. 30bfce0b63fa mwifiex: correct histogram data with appropriate index -- https://patchwork.kernel.org/patch

[PATCH] mwifiex: correct histogram data with appropriate index

2018-05-18 Thread Xinming Hu
Correct snr/nr/rssi data index to avoid possible buffer underflow. Signed-off-by: Xinming Hu --- drivers/net/wireless/marvell/mwifiex/util.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/marvell/mwifiex/util.c b/drivers/net/wireless/marvell/mwi