kernel: drop "mac-address-increment-byte" DT property support
[openwrt/staging/jow.git] / target / linux / generic / pending-5.15 / 683-of_net-add-mac-address-to-of-tree.patch
index f7ef06a14ad5607a3a9c0db53e42096bafcc2de1..29144ce8b402abf27c9cebec2940e28aeaac133a 100644 (file)
@@ -45,7 +45,7 @@ property. This way, the MAC address can be accessed using procfs.
  /**
   * of_get_mac_address()
   * @np:               Caller's Device Node
-@@ -175,6 +196,7 @@ found:
+@@ -165,6 +186,7 @@ found:
                addr[5] = (mac_val >> 0) & 0xff;
        }