93134df520
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.
Fixes:
|
||
---|---|---|
.. | ||
baseband.c | ||
baseband.h | ||
card.c | ||
card.h | ||
channel.c | ||
channel.h | ||
desc.h | ||
device.h | ||
dpc.c | ||
dpc.h | ||
firmware.c | ||
firmware.h | ||
int.c | ||
int.h | ||
Kconfig | ||
key.c | ||
key.h | ||
mac.c | ||
mac.h | ||
main_usb.c | ||
Makefile | ||
power.c | ||
power.h | ||
rf.c | ||
rf.h | ||
rxtx.c | ||
rxtx.h | ||
TODO | ||
usbpipe.c | ||
usbpipe.h | ||
wcmd.c | ||
wcmd.h |