#include #include #include #include #include #include "avm_power.h" /*--------------------------------------------------------------------------------*\ \*--------------------------------------------------------------------------------*/ int avm_power_wlan_init(void) { return 0; } #ifdef CONFIG_AVM_POWER_MODULE /*--------------------------------------------------------------------------------*\ \*--------------------------------------------------------------------------------*/ void avm_power_wlan_exit(void) { } #endif/*--- #ifdef CONFIG_AVM_POWER_MODULE ---*/