From f99d5fabd3baee4f378aaf83f13c589b76337a18 Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Mon, 29 Nov 2021 19:33:44 +0100 Subject: [WIP] Move channel to "guix" subdirectory. --- nongnu/packages/patches/broadcom-sta-linux-5.9.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 nongnu/packages/patches/broadcom-sta-linux-5.9.patch (limited to 'nongnu/packages/patches/broadcom-sta-linux-5.9.patch') diff --git a/nongnu/packages/patches/broadcom-sta-linux-5.9.patch b/nongnu/packages/patches/broadcom-sta-linux-5.9.patch deleted file mode 100644 index 56de11d..0000000 --- a/nongnu/packages/patches/broadcom-sta-linux-5.9.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u -r a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c ---- a/src/wl/sys/wl_linux.c 2020-10-12 21:19:15.256305165 +0000 -+++ b/src/wl/sys/wl_linux.c 2020-10-12 21:20:38.687530895 +0000 -@@ -1643,7 +1643,7 @@ - goto done2; - } - -- if (segment_eq(get_fs(), KERNEL_DS)) -+ if (get_fs().seg == KERNEL_DS.seg) - buf = ioc.buf; - - else if (ioc.buf) { -- cgit v1.2.3