On Sun, Feb 02, 2020 at 12:27:25PM +0000, Malcolm Priestley wrote: > bb_pre_ed_rssi is an u8 rx_dm always returns negative signed > values add minus operator to always yield positive. > > fixes issue where rx sensitivity is always set to maximum because > the unsigned numbers were always greater then 100. > > Cc: stable <stable@xxxxxxxxxxxxxxx> Can you add a Fixes tag for stable kernels? Fixes: 63b9907f58f1 ("staging: vt6656: mac80211 conversion: create rx function.") Otherwise we don't backport it far enough and then it becomes an actively exploited Android vulnerability and Google writes an article about it. Then everyone gets annoyed with us and shakes their head because OpenBSD never has Android vulnerabilities etc... > Signed-off-by: Malcolm Priestley <tvboxspy@xxxxxxxxx> > --- > drivers/staging/vt6656/dpc.c | 2 +- It appears that the vt6655 driver has the same issue. regards, dan carpenter