3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-03-09 20:10:48 +01:00
James Prestwood 3f4a29651e auto-t: always initialize StationDebug in Device class
Since IWD doesn't utilize DBus signals in "normal" operations its
fine to lazy initialize any of the DBus interfaces since properties
can be obtained as needed with Get/GetAll.

For test-runner though StationDebug uses signals for debug events
and until the StationDebug class is initialized (via a method call
or property access) all signals will be lost. Fix this by always
initializing the StationDebug interface when a Device class is
initialized.
2024-11-25 08:33:44 -06:00
..
2021-08-13 11:16:19 -05:00
2024-11-07 19:11:59 +01:00