Add patches to fix ath10k regression (rhbz 1492161)

This commit is contained in:
Josh Boyer 2017-09-20 08:59:51 -04:00
parent 3277ec6d46
commit d1186d6753
4 changed files with 12122 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,29 @@
From 88cefb03bc0e1cab5f6a79abab95c5aeaef8d92c Mon Sep 17 00:00:00 2001
From: Kalle Valo <kvalo@qca.qualcomm.com>
Date: Mon, 18 Sep 2017 15:00:56 -0400
Subject: [PATCH 2/3] ath10k: QCA6174 hw3.0: update board-2.bin
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
---
ath10k/QCA6174/hw3.0/board-2.bin | Bin 477060 -> 501748 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/ath10k/QCA6174/hw3.0/board-2.bin b/ath10k/QCA6174/hw3.0/board-2.bin
index a442315503bfc70f5a5fbfaa6f04004702d8474c..10960ba28975ed1c7c4e9fb91b4742f1c2ecba33 100644
GIT binary patch
delta 587
zcmZqam;G{HuAzmog{g(Pg{6hHg>4Iai~D2)NtWprs;t3^#%3moI%SDPnTdHNwl1#m
z2Bt<vxr_`941453_~YWucM`NX>KCmkD23pvmdT4iYzVz(N5LWp2J?Yzi1>1#dI+wn
z2dQ7a21F|)B#6o<gfoF~ctR)(j8=$O5RDIqVDb1+aS$6si-n1af-ygs5h?}|2o>9`
zD9OUOeTF~lTi*H|d(ZlX#ijL4+kf0AX3LJf2aleG(J=9#q)Cf59cExa7x#(jnQ#{9
zR~QXc-?#rb0|P=mL>?v{6&DvL6DJo3qGROb;v%Ht<m%(%B;|r7BIDvB7#P3`pb{YQ
zD4=o>fYA{k1we6O2}wCQ36Oe-JWM<)E-Fe2=%A=r2n`gEm6T;*0GSU~k0uUOx}9wj
zlOWUfD|;BjSy@btO_MhFE3hj}H+#w=DhP^Pq{vL02#!oK?2$QHCeuhPNmM==7(Xe%
Q_(=lB50u`Vl4&3g0Lc2w3IG5A
delta 23
ecmexzUaqBIwxNZwg{g(Pg{6hHg>4Iai#q^tr3gg;
--
2.13.5

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
%global checkout b78acc9
%global firmware_release 76
%global firmware_release 77
%global _firmwarepath /usr/lib/firmware
%define _binaries_in_noarch_packages_terminate_build 0
@ -13,6 +13,9 @@ Group: System Environment/Kernel
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
URL: http://www.kernel.org/
Source0: %{name}-%{version}.tar.gz
Patch0: 0001-ath10k-QCA6174-hw3.0-update-firmware-6.bin-to-WLAN.R.patch
Patch1: 0002-ath10k-QCA6174-hw3.0-update-board-2.bin.patch
Patch2: 0003-Revert-ath10k-QCA988X-hw2.0-update-firmware-to-10.2..patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
@ -244,7 +247,7 @@ Firmware for Marvell Libertas SD 8787 Network Adapter
%prep
%setup -q -n linux-firmware-%{checkout}
%if 0
%if 1
git init .
if [ -z "$GIT_COMMITTER_NAME" ]; then
git config user.email "nobody@fedoraproject.org"
@ -253,6 +256,8 @@ fi
git add .
git commit -m init .
git am %{patches}
%endif
%build
@ -415,6 +420,9 @@ rm -rf $RPM_BUILD_ROOT
%license WHENCE LICENCE.* LICENSE.*
%changelog
* Mon Sep 18 2017 Josh Boyer <jwboyer@fedoraproject.org> - 20170828-77.gitb78acc9
- Add patches to fix ath10k regression (rhbz 1492161)
* Mon Aug 28 2017 Josh Boyer <jwboyer@fedoraproject.org> - 20170828-76.gitb78acc9
- Update to latest upstream snapshot
- ath10k, iwlwifi, kabylake, liquidio, amdgpu, and cavium crypot updates