From fc9d1882a7b4ca1182f1b6f12aa87281a2a54f17 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 14 Feb 2015 03:21:38 +0200 Subject: [PATCH] wl1251: change wake_up_conditions config Setting BEACON_BITMAP (or never sending wake_up_conditions at all) reduces ping times from external device from jumping between to 20-230ms to 20-100ms and gives better ssh experience. The power usage increase was measured to be ~8mA@4.1V, so I consider it worth it (in comparison, connected and idle USB wifi dongle draws ~150mA from the battery). There is a new sysfs file to enable old behavior: /sys/bus/mmc/devices/mmc2\:0001/mmc2\:0001\:1/long_doze_mode but the command is only sent once. Hopefully this will improve router compatibility too. note: WAKE_UP_EVENT_DTIM_BITMAP is called "long doze mode" by TI driver. --- Reading git-format-patch failed