diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-12-01 13:24:08 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-12-01 13:24:17 +0000 |
commit | 224c04065d459356e98ce0e3bb32425ce344ad14 (patch) | |
tree | 61a59de365d86670a38f356251b2d9fc1fa1b7f9 /src/mm-context.c | |
parent | 23033217de26fb91734fed3b999173f151195040 (diff) |
Revert "base-manager: add support to put modem in low power mode during suspend"main
This reverts commit 23033217de26fb91734fed3b999173f151195040.
This was mixed up in the wrong branch.
Diffstat (limited to 'src/mm-context.c')
-rw-r--r-- | src/mm-context.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mm-context.c b/src/mm-context.c index 94b6e915..65db5172 100644 --- a/src/mm-context.c +++ b/src/mm-context.c @@ -238,7 +238,6 @@ static gboolean test_no_udev; #if defined WITH_SUSPEND_RESUME static gboolean test_no_suspend_resume; static gboolean test_quick_suspend_resume; -static gboolean test_radio_off_suspend_resume; #endif #if defined WITH_QRTR static gboolean test_no_qrtr; @@ -286,11 +285,6 @@ static const GOptionEntry test_entries[] = { "Enable quick suspend/resume support for modems which stay on during host suspension", NULL }, - { - "test-radio-off-suspend-resume", 0, 0, G_OPTION_ARG_NONE, &test_radio_off_suspend_resume, - "Enable support to turn radio off during suspend/resume", - NULL -}, #endif #if defined WITH_QRTR { @@ -364,18 +358,11 @@ mm_context_get_test_no_suspend_resume (void) { return test_no_suspend_resume; } - gboolean mm_context_get_test_quick_suspend_resume (void) { return test_quick_suspend_resume; } - -gboolean -mm_context_get_test_radio_off_suspend_resume (void) -{ - return test_radio_off_suspend_resume; -} #endif #if defined WITH_QRTR |