diff --git a/src/ec/dell/mec5035/mec5035.c b/src/ec/dell/mec5035/mec5035.c index 41b8dca978..eec79fb75f 100644 --- a/src/ec/dell/mec5035/mec5035.c +++ b/src/ec/dell/mec5035/mec5035.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include "mec5035.h" @@ -108,6 +109,10 @@ static void mec5035_init(struct device *dev) mec5035_mouse_touchpad(TP_PS2_MOUSE); pc_keyboard_init(NO_AUX_DEVICE); + + mec5035_control_radio(RADIO_WLAN, get_uint_option("wlan", RADIO_ON)); + mec5035_control_radio(RADIO_WWAN, get_uint_option("wwan", RADIO_ON)); + mec5035_control_radio(RADIO_BT, get_uint_option("bluetooth", RADIO_ON)); } static struct device_operations ops = {