wok view broadcom-wl64/stuff/3.4.0.patch @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents
children
line source
1 Description: Enable compilation with 3.4 kernels
2 Author: Eugene San (eugenesan) <eugenesan@gmail.com>
3 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/994255
4 Last-Update: 2012-05-07
6 --- a/amd64/src/wl/sys/wl_linux.c
7 +++ b/amd64/src/wl/sys/wl_linux.c
8 @@ -40,7 +40,9 @@
9 #include <linux/pci_ids.h>
10 #define WLC_MAXBSSCFG 1
12 +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
13 #include <asm/system.h>
14 +#endif
15 #include <asm/io.h>
16 #include <asm/irq.h>
17 #include <asm/pgtable.h>