mac80211: fix typo that broke specifying the phy name directly (deprecated)

SVN-Revision: 33853
This commit is contained in:
Felix Fietkau 2012-10-18 11:42:42 +00:00
parent 6ca2970e4b
commit 07933a6644

View File

@ -186,7 +186,7 @@ mac80211_start_vif() {
lookup_phy() {
[ -n "$phy" ] && {
[ -d /sys/class/ieee80211/phy ] && return
[ -d /sys/class/ieee80211/$phy ] && return
}
local devpath