diff options
Diffstat (limited to 'nexus/TiwlanWifiController.cpp')
-rw-r--r-- | nexus/TiwlanWifiController.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/nexus/TiwlanWifiController.cpp b/nexus/TiwlanWifiController.cpp index 307c48c..6945e3e 100644 --- a/nexus/TiwlanWifiController.cpp +++ b/nexus/TiwlanWifiController.cpp @@ -30,8 +30,12 @@ extern "C" int sched_yield(void); -TiwlanWifiController::TiwlanWifiController(PropertyManager *propmngr, char *modpath, char *modname, char *modargs) : - WifiController(propmngr, modpath, modname, modargs) { +TiwlanWifiController::TiwlanWifiController(PropertyManager *propmngr, + IControllerHandler *handlers, + char *modpath, char *modname, + char *modargs) : + WifiController(propmngr, handlers, modpath, modname, + modargs) { } int TiwlanWifiController::powerUp() { |