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

SVN-Revision: 33853
v19.07.3_mercusys_ac12_duma
Felix Fietkau 12 years ago
parent 6ca2970e4b
commit 07933a6644

@ -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

Loading…
Cancel
Save