mac80211: strip platform/ prefix from device path to improve compatibility between...
[openwrt/staging/yousong.git] / package / kernel / mac80211 / files / lib / wifi / mac80211.sh
index 3fc39c26f274a4dae8e54a8f6a14ddc4ad26f6ce..1be99ec22b07e2d3e03ca985a0ec037854cd31a3 100644 (file)
@@ -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)"