Browse Source
Commitupstream/latest1057d8aa74
changed the device interface creation logic from being unconditional inside netdev.c to instead use NETDEV_WATCH_* events. However, this broke the assumption that the device interface was created before all others. The effect is that the scan_wdev_add might no longer be called prior to station interface being created. Fix this by moving scan_wdev_add/remove calls to netdev.c instead. Fixes:1057d8aa74
("device: Move device creation from netdev.c to event watch")

2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue