mac80211: strip platform/ prefix from device path to improve compatibility between kernel versions

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48426
v19.07.3_mercusys_ac12_duma
Felix Fietkau 8 years ago
parent 95965cd813
commit d9b20a6f35

@ -101,6 +101,7 @@ detect_mac80211() {
fi
if [ -n "$path" ]; then
path="${path##/sys/devices/}"
path="${path##platform/}"
dev_id=" option path '$path'"
else
dev_id=" option macaddr $(cat /sys/class/ieee80211/${dev}/macaddress)"

Loading…
Cancel
Save