From e4e108c834bb19a76bb9b4ae0c8c585785fb6675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Wed, 27 Apr 2022 23:12:05 +0200 Subject: Add optional package for the Broadcom STA (`wl`) driver. Ported from: Arch Linux --- aports/broadcom-wl/009-fix_mac_profile_discrepancy.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 aports/broadcom-wl/009-fix_mac_profile_discrepancy.patch (limited to 'aports/broadcom-wl/009-fix_mac_profile_discrepancy.patch') diff --git a/aports/broadcom-wl/009-fix_mac_profile_discrepancy.patch b/aports/broadcom-wl/009-fix_mac_profile_discrepancy.patch new file mode 100644 index 0000000..022064d --- /dev/null +++ b/aports/broadcom-wl/009-fix_mac_profile_discrepancy.patch @@ -0,0 +1,10 @@ +--- a/src/wl/sys/wl_cfg80211_hybrid.c ++++ b/src/wl/sys/wl_cfg80211_hybrid.c +@@ -1446,7 +1446,6 @@ + + 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)); -- cgit v1.2.3