mac80211: fix typo that broke specifying the phy name directly (deprecated)
SVN-Revision: 33853
This commit is contained in:
parent
6ca2970e4b
commit
07933a6644
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ mac80211_start_vif() {
|
||||||
|
|
||||||
lookup_phy() {
|
lookup_phy() {
|
||||||
[ -n "$phy" ] && {
|
[ -n "$phy" ] && {
|
||||||
[ -d /sys/class/ieee80211/phy ] && return
|
[ -d /sys/class/ieee80211/$phy ] && return
|
||||||
}
|
}
|
||||||
|
|
||||||
local devpath
|
local devpath
|
||||||
|
|
Loading…
Reference in a new issue