wok-current diff broadcom-wl/stuff/009-fix_mac_profile_discrepancy.patch @ rev 25695
Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Apr 04 08:53:51 2024 +0000 (9 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/broadcom-wl/stuff/009-fix_mac_profile_discrepancy.patch Thu Apr 04 08:53:51 2024 +0000 1.3 @@ -0,0 +1,14 @@ 1.4 +--- a/src/wl/sys/wl_cfg80211_hybrid.c 2015-09-19 00:47:30.000000000 +0200 1.5 ++++ b/src/wl/sys/wl_cfg80211_hybrid.c 2018-11-14 14:06:03.313487995 +0100 1.6 +@@ -1444,11 +1444,10 @@ 1.7 + s32 rate; 1.8 + s32 err = 0; 1.9 + 1.10 + if (memcmp(mac, wl->profile->bssid, ETHER_ADDR_LEN)) { 1.11 + WL_ERR(("Wrong Mac address, mac = %pM profile =%pM\n", mac, wl->profile->bssid)); 1.12 +- return -ENOENT; 1.13 + } 1.14 + 1.15 + err = wl_dev_ioctl(dev, WLC_GET_RATE, &rate, sizeof(rate)); 1.16 + if (err) { 1.17 + WL_DBG(("Could not get rate (%d)\n", err));