mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
mac80211: fix typo that broke specifying the phy name directly (deprecated)
SVN-Revision: 33853
This commit is contained in:
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…
x
Reference in New Issue
Block a user