diff --git a/etc/config/wireless.tpl b/etc/config/wireless.tpl index a46394b..a8049a7 100644 --- a/etc/config/wireless.tpl +++ b/etc/config/wireless.tpl @@ -12,4 +12,5 @@ config 'wifi-iface' "${WIFI_IFACE}" option 'ifname' "${WIFI_IFACE}" option 'ssid' "${WIFI_SSID}" option 'encryption' "${WIFI_ENCRYPTION}" - option 'key' "${WIFI_KEY}" \ No newline at end of file + option 'key' "${WIFI_KEY}" + option 'disassoc_low_ack' '0' \ No newline at end of file