diff options
author | Jelle Licht <jlicht@fsfe.org> | 2021-11-29 19:33:44 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2021-11-29 19:33:44 +0100 |
commit | f99d5fabd3baee4f378aaf83f13c589b76337a18 (patch) | |
tree | 0d6302d99d4e4abb4ed58f15ef9d0906dec763b1 /guix/nongnu/packages/patches/broadcom-sta-fix_mac_profile_discrepancy.patch | |
parent | 3ec1e7f16590c3b681d6cb3b110b0d9c115586ea (diff) |
[WIP] Move channel to "guix" subdirectory.
Diffstat (limited to 'guix/nongnu/packages/patches/broadcom-sta-fix_mac_profile_discrepancy.patch')
-rw-r--r-- | guix/nongnu/packages/patches/broadcom-sta-fix_mac_profile_discrepancy.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/guix/nongnu/packages/patches/broadcom-sta-fix_mac_profile_discrepancy.patch b/guix/nongnu/packages/patches/broadcom-sta-fix_mac_profile_discrepancy.patch new file mode 100644 index 0000000..586bfcc --- /dev/null +++ b/guix/nongnu/packages/patches/broadcom-sta-fix_mac_profile_discrepancy.patch @@ -0,0 +1,16 @@ +https://bugs.archlinux.org/task/61090 + +--- 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,10 @@ + 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)); |