Hi Jesse,
On 5/20/22 16:53, Jesse Lentz wrote:
After registration of a SignalLevelAgent, make iwd inform the client
of
the initial signal level via a "Changed" method call.
---
src/netdev.c | 5 +++++
src/netdev.h | 1 +
src/station.c | 19 ++++++++++++++-----
3 files changed, 20 insertions(+), 5 deletions(-)
I added a 'station:' prefix to the commit message and...
+ if (station->connected_network)
+ {
... since we use the kernel coding style, I amended this to:
if (..) {
Both patches applied, thanks!
Regards,
-Denis