1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 05:11:46 +02:00

[package] mac80211: Fix unique device autodetection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26165 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2011-03-15 00:44:02 +00:00
parent ab68301976
commit 73b9ef150f

View File

@ -477,7 +477,7 @@ enable_mac80211() {
}
check_device() {
check_mac80211_device() {
config_get phy "$1" phy
[ -z "$phy" ] && {
find_mac80211_phy "$1" >/dev/null || return 0
@ -496,7 +496,7 @@ detect_mac80211() {
done
for dev in $(ls /sys/class/ieee80211); do
found=0
config_foreach check_device wifi-device
config_foreach check_mac80211_device wifi-device
[ "$found" -gt 0 ] && continue
mode_11n=""