From 7cc715c1249422ddf91987be64a35eef43e3e62d Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 14 Apr 2022 22:28:41 +0100 Subject: added auto create file --- extra/broadcom-wl/009-fix_mac_profile_discrepancy.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extra/broadcom-wl/009-fix_mac_profile_discrepancy.patch (limited to 'extra/broadcom-wl/009-fix_mac_profile_discrepancy.patch') diff --git a/extra/broadcom-wl/009-fix_mac_profile_discrepancy.patch b/extra/broadcom-wl/009-fix_mac_profile_discrepancy.patch new file mode 100644 index 0000000..1e19e8c --- /dev/null +++ b/extra/broadcom-wl/009-fix_mac_profile_discrepancy.patch @@ -0,0 +1,14 @@ +--- a/src/wl/sys/wl_cfg80211_hybrid.c 2015-09-19 00:47:30.000000000 +0200 ++++ b/src/wl/sys/wl_cfg80211_hybrid.c 2018-11-14 14:06:03.313487995 +0100 +@@ -1444,11 +1444,6 @@ + s32 rate; + s32 err = 0; + + if (memcmp(mac, wl->profile->bssid, ETHER_ADDR_LEN)) { + WL_ERR(("Wrong Mac address, mac = %pM profile =%pM\n", mac, wl->profile->bssid)); +- return -ENOENT; + } + + err = wl_dev_ioctl(dev, WLC_GET_RATE, &rate, sizeof(rate)); + if (err) { + WL_DBG(("Could not get rate (%d)\n", err)); -- cgit v1.2.1