CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/01 09:19:56
Modified files:
sys/dev/ic : bwfm.c
Log message:
Correctly extract the RSSI information from the structure. It's
a 16-bit value, so we have to use letoh16() instead of letoh32().
Also properly cast it to signed, so that it can be sign-extended
properly.
ok stsp@
