mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
station: record dependency on netconfig module
The netconfig module must be initialized (netconfig_list, for example) before station module can be used, record this to ensure that happens.
This commit is contained in:
parent
f74e6ff2f2
commit
6672bc2a37
@ -3190,3 +3190,4 @@ static void station_exit(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
IWD_MODULE(station, station_init, station_exit)
|
IWD_MODULE(station, station_init, station_exit)
|
||||||
|
IWD_MODULE_DEPENDS(station, netconfig)
|
||||||
|
Loading…
Reference in New Issue
Block a user