Skip to content

Bug fix for libFelixClient

Zhengcheng Tao requested to merge bugfix_libfelixclient into devel

Fix two bugs in libFelixClient:

  1. When running scans using FelixController with the broadcast enabled, the fid of the broadcast virtual elink was incorrectly included for setting the FELIX broadcast enable registers. Now only the actual enabled Tx elinks are used to set the value.
  2. Fix the conversion from fid to channel number in FelixRxCore::on_data in case the FELIX in use in not the first ('-d 0') logical device. This is related to issue #207, but is only a temporary fix so that we can work with FELIX device -d 1 for now.

Merge request reports