Hi Jesse,
On 5/22/22 23:28, Jesse Lentz wrote:
The call to netdev_rssi_level_init() in netdev_connect_common() is
currently a no-op, because netdev->connected has not yet been set at
this stage of the connection attempt. Because netdev_rssi_level_init()
is only used twice, it's been replaced by two inlined calls to
netdev_set_rssi_level_idx().
---
src/netdev.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Applied, thanks.
Regards,
-Denis