diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2019-05-31 04:03:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-31 04:03:58 +0700 |
commit | 6f554bb369648bb9e0c0ac4a086f9c421f8d891a (patch) | |
tree | d92e9e103f4f580ca4b614a457b34d0c040ec6f5 /network/broadcom-sta/patches | |
parent | 8057cc225da879787177f338e14092eb8b0876cc (diff) |
network/broadcom-sta: Add new patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/broadcom-sta/patches')
-rw-r--r-- | network/broadcom-sta/patches/009-fix_mac_profile_discrepancy.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/broadcom-sta/patches/009-fix_mac_profile_discrepancy.patch b/network/broadcom-sta/patches/009-fix_mac_profile_discrepancy.patch new file mode 100644 index 0000000000..835bfb7bb6 --- /dev/null +++ b/network/broadcom-sta/patches/009-fix_mac_profile_discrepancy.patch @@ -0,0 +1,14 @@ +Don't disconnect from certain roamable networks broadcasting multiple +SSIDs. See https://bugs.archlinux.org/task/61090 for more information. + +diff -ur a/src/wl/sys/wl_cfg80211_hybrid.c b/src/wl/sys/wl_cfg80211_hybrid.c +--- a/src/wl/sys/wl_cfg80211_hybrid.c 2015-09-19 00:47:15.000000000 +0200 ++++ b/src/wl/sys/wl_cfg80211_hybrid.c 2019-05-30 11:41:12.168748142 +0200 +@@ -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)); |