[arch-commits] Commit in broadcom-wl-dkms/trunk (2 files)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 11 18:21:38 UTC 2019


    Date: Monday, February 11, 2019 @ 18:21:37
  Author: arodseth
Revision: 431751

Patch, but keep the error message, ref FS#61090

Added:
  broadcom-wl-dkms/trunk/009-fix_mac_profile_discrepancy.patch
Modified:
  broadcom-wl-dkms/trunk/PKGBUILD

---------------------------------------+
 009-fix_mac_profile_discrepancy.patch |   14 ++++++++++++++
 PKGBUILD                              |    6 ++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

Added: 009-fix_mac_profile_discrepancy.patch
===================================================================
--- 009-fix_mac_profile_discrepancy.patch	                        (rev 0)
+++ 009-fix_mac_profile_discrepancy.patch	2019-02-11 18:21:37 UTC (rev 431751)
@@ -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));

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 18:05:44 UTC (rev 431750)
+++ PKGBUILD	2019-02-11 18:21:37 UTC (rev 431751)
@@ -1,4 +1,4 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Andrey Vihrov <andrey.vihrov at gmail.com>
 # Contributor: Frank Vanderham <twelve.eighty at gmail.com>
 # Contributor: Jacob McSwain <jacob.a.mcswain at gmail.com>
@@ -6,7 +6,7 @@
 
 pkgname=broadcom-wl-dkms
 pkgver=6.30.223.271
-pkgrel=18
+pkgrel=19
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
@@ -24,6 +24,7 @@
         '006-linux411.patch'
         '007-linux412.patch'
         '008-linux415.patch'
+        '009-fix_mac_profile_discrepancy.patch'
         "https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-${pkgver//./_}.tar.gz")
 sha256sums=('b97bc588420d1542f73279e71975ccb5d81d75e534e7b5717e01d6e6adf6a283'
             'f1df2aa45416b4ac61ea1501602bd1f205a416e1bf1664f23b3761a84d035b26'
@@ -35,6 +36,7 @@
             '5bc12cb57712e6a944dff1c90de50135c2508085d8497ab99284ccccdb35c32b'
             'a3d13e8abb96ad440dbfae29acae82d31d1ced2ea62052f1efb2c3c4add347ce'
             '08c24157cf3b93b60e67e600d1d90223447361990df09acfb00281d79813d167'
+            '4e73e50653bb612946edd34bf31ca5a0b80f632d47a08766ae6042880927c98d'
             '5f79774d5beec8f7636b59c0fb07a03108eef1e3fd3245638b20858c714144be')
 
 prepare() {



More information about the arch-commits mailing list