浏览代码

hostap-driver: Fix unique device autodetection

SVN-Revision: 26163
Vasilis Tsiligiannis 15 年之前
父节点
当前提交
8692d2e7e3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/hostap-driver/files/lib/wifi/hostap.sh

+ 2 - 2
package/hostap-driver/files/lib/wifi/hostap.sh

@@ -220,7 +220,7 @@ enable_prism2() {
 
 }
 
-check_device() {
+check_prism2_device() {
 	[ ${1%[0-9]} = "wlan" ] && config_set "$1" phy "$1"
 	config_get phy "$1" phy
 	[ -z "$phy" ] && {
@@ -242,7 +242,7 @@ detect_prism2() {
 	[ -d wlan* ] || return
 	for dev in $(ls -d wlan* 2>&-); do
 		found=0
-		config_foreach check_device wifi-device
+		config_foreach check_prism2_device wifi-device
 		[ "$found" -gt 0 ] && continue
 		cat <<EOF