commit | 8a0fa90aed52f286de7a748b86ae7f83dff0a2c7 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Jul 03 14:40:57 2023 +0800 |
committer | developer <developer@mediatek.com> | Mon Jul 03 14:40:57 2023 +0800 |
tree | 3bb64bc458ee4f5b201034c049810f6600d51444 | |
parent | 47efbdbead039c84bebb085fc9dec09958d003fd [diff] |
[rdkb][common][config][Refine Script of hostapd init] [Description] Fix issue of hostapd 2g config error when first band is 2g. [Release-log] N/A Change-Id: Iad5546310b755dfe31200ca9a412cb30dd115a86
diff --git a/recipes-wifi/hostapd/files/hostapd-init.sh b/recipes-wifi/hostapd/files/hostapd-init.sh index 13e7fc9..db83db3 100644 --- a/recipes-wifi/hostapd/files/hostapd-init.sh +++ b/recipes-wifi/hostapd/files/hostapd-init.sh
@@ -95,10 +95,6 @@ fi fi - if [ "$pcie7915count" == "2" ]; then - cp -f /etc/hostapd-2G.conf /nvram/hostapd"$devidx".conf - fi - if [ "$band" == "6g" ]; then cp -f /etc/hostapd-6G.conf /nvram/hostapd"$devidx".conf fi