open-sdr / openwifi-hw

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: FPGA, hardware
GNU Affero General Public License v3.0
647 stars 226 forks source link

fix unsigned signals to signed signals #85

Closed ytakeuch closed 1 year ago

ytakeuch commented 1 year ago

rssi_half_db and rssi_half_db_th are signed signals. But they are treated as unsigned signals in this module.

JiaoXianjun commented 1 year ago

Thanks a lot for this fix. To maintain a clear fixing history (by adding only one commit instead of 5 in this pull request), I used the squash and merge.