diff --git a/bsp/default/root_file_system/etc/config/wireless.tpl b/bsp/default/root_file_system/etc/config/wireless.tpl index 8027e8b..96f3c9f 100644 --- a/bsp/default/root_file_system/etc/config/wireless.tpl +++ b/bsp/default/root_file_system/etc/config/wireless.tpl @@ -3,6 +3,7 @@ config wifi-device radio0 option channel ${BATMAN_CHANNEL} option phy phy0 option hwmode 11g + option htmode HT20 config wifi-iface option device radio0 diff --git a/bsp/wdr4300/root_file_system/etc/config/wireless.tpl b/bsp/wdr4300/root_file_system/etc/config/wireless.tpl index 6f483f6..f5739e6 100644 --- a/bsp/wdr4300/root_file_system/etc/config/wireless.tpl +++ b/bsp/wdr4300/root_file_system/etc/config/wireless.tpl @@ -3,7 +3,7 @@ config wifi-device radio0 option channel ${BATMAN_CHANNEL} option phy phy0 option hwmode 11g - option htmode HT40+ + option htmode HT20 option country DE config wifi-iface 'w2mesh' diff --git a/bsp/wdr4900/root_file_system/etc/config/wireless.tpl b/bsp/wdr4900/root_file_system/etc/config/wireless.tpl index d6dc0f1..a78bfed 100644 --- a/bsp/wdr4900/root_file_system/etc/config/wireless.tpl +++ b/bsp/wdr4900/root_file_system/etc/config/wireless.tpl @@ -30,7 +30,7 @@ config wifi-device radio1 option channel ${BATMAN_CHANNEL} option phy phy1 option hwmode 11g - option htmode HT40+ + option htmode HT20 option country DE config wifi-iface 'w2mesh'