tools/ccache: update to 4.5.1
[openwrt/staging/wigyori.git] / package / kernel / ath10k-ct / patches / 203-ath10k-Try-to-get-mac-address-from-dts.patch
index 3b5d9d45ac9802ce697d3b05dd0ea502fe85a711..8fcdaf8c0f9a2e93fcbcafb4138949f69f95d9b8 100644 (file)
@@ -16,8 +16,6 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
  ath10k-5.10/core.c | 10 ++++++++++
  1 file changed, 10 insertions(+)
 
-diff --git a/ath10k-5.10/core.c b/ath10k-5.10/core.c
-index 5f4e12196..9ed7b9883 100644
 --- a/ath10k-5.10/core.c
 +++ b/ath10k-5.10/core.c
 @@ -8,6 +8,7 @@
@@ -28,7 +26,7 @@ index 5f4e12196..9ed7b9883 100644
  #include <linux/property.h>
  #include <linux/dmi.h>
  #include <linux/ctype.h>
-@@ -3062,6 +3068,8 @@ static int ath10k_core_probe_fw(struct ath10k *ar)
+@@ -3881,6 +3882,8 @@ static int ath10k_core_probe_fw(struct a
  
        device_get_mac_address(ar->dev, ar->mac_addr, sizeof(ar->mac_addr));
  
@@ -37,6 +35,3 @@ index 5f4e12196..9ed7b9883 100644
        ret = ath10k_core_init_firmware_features(ar);
        if (ret) {
                ath10k_err(ar, "fatal problem with firmware features: %d\n",
--- 
-2.27.0
-