Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.6 commit in: /
Date: Mon, 30 Mar 2020 11:33:26
Message-Id: 1585567977.e2008c5b7f70e3fa73c2911aceab812431d7b058.mpagano@gentoo
1 commit: e2008c5b7f70e3fa73c2911aceab812431d7b058
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 11:32:57 2020 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 11:32:57 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e2008c5b
7
8 Remove incompatible patch
9
10 2400_iwlwifi-PHY_SKU-NVM-3168-fix.patch
11
12 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
13
14 0000_README | 4 ----
15 2400_iwlwifi-PHY_SKU-NVM-3168-fix.patch | 14 --------------
16 2 files changed, 18 deletions(-)
17
18 diff --git a/0000_README b/0000_README
19 index 4bc51da..fd3ee5e 100644
20 --- a/0000_README
21 +++ b/0000_README
22 @@ -55,10 +55,6 @@ Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
23 From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@××××××××.org/raw
24 Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758
25
26 -Patch: 2400_iwlwifi-PHY_SKU-NVM-3168-fix.patch
27 -From: https://patchwork.kernel.org/patch/11353871/
28 -Desc: iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168 devices
29 -
30 Patch: 2600_enable-key-swapping-for-apple-mac.patch
31 From: https://github.com/free5lot/hid-apple-patched
32 Desc: This hid-apple patch enables swapping of the FN and left Control keys and some additional on some apple keyboards. See bug #622902
33
34 diff --git a/2400_iwlwifi-PHY_SKU-NVM-3168-fix.patch b/2400_iwlwifi-PHY_SKU-NVM-3168-fix.patch
35 deleted file mode 100644
36 index d736a9e..0000000
37 --- a/2400_iwlwifi-PHY_SKU-NVM-3168-fix.patch
38 +++ /dev/null
39 @@ -1,14 +0,0 @@
40 -diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/nvm.c b/drivers/net/wireless/intel/iwlwifi/mvm/nvm.c
41 -index 46128a2a9c6e..e98ce380c7b9 100644
42 ---- a/drivers/net/wireless/intel/iwlwifi/mvm/nvm.c
43 -+++ b/drivers/net/wireless/intel/iwlwifi/mvm/nvm.c
44 -@@ -308,7 +308,8 @@ iwl_parse_nvm_sections(struct iwl_mvm *mvm)
45 - }
46 -
47 - /* PHY_SKU section is mandatory in B0 */
48 -- if (!mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) {
49 -+ if (mvm->trans->cfg->nvm_type == IWL_NVM_EXT &&
50 -+ !mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) {
51 - IWL_ERR(mvm,
52 - "Can't parse phy_sku in B0, empty sections\n");
53 - return NULL;