about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-01-11 11:10:07 -0500
committerTim Steinbach <tim@nequissimus.com>2021-01-11 11:10:07 -0500
commit18b09d883fba77b433afce33da8bb2c25344f21a (patch)
treef078fdcf5967fb01444ae2f7ab56c8f4fd8e8d6e /pkgs/os-specific/linux/kernel/patches.nix
parentd91f1b0f476cce63c5b4ce4024f848c119156503 (diff)
linux: 5.11-rc2 -> 5.11-rc3
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index a1a6900071047..6b1568013b920 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -105,14 +105,4 @@
     name = "mac_nvme_t2";
     patch = ./mac-nvme-t2.patch;
   };
-
-  # https://lkml.org/lkml/2020/12/18/461
-  wireless_syntax_error = rec {
-    name = "wireless-syntax_error";
-    patch = fetchpatch {
-      name = name + ".patch";
-      url = "https://lkml.org/lkml/diff/2020/12/18/461/1";
-      sha256 = "11rnw9z7311crsx37sk68b71q51cni70lzf40ildqjnnn71m3q58";
-    };
-  };
 }