]> git.pld-linux.org Git - packages/wl.git/commitdiff
- fix kernel version in patch for 5.17, rel 16 auto/th/wl-6.30.223.271-16
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 2 Apr 2022 20:43:10 +0000 (22:43 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 2 Apr 2022 20:43:10 +0000 (22:43 +0200)
kernel-5.17.patch
wl.spec

index 9753eaa83b8876ef244c638ce9bced3673d8b9c2..65919787288b64e0245264730341c02dfe2bf039 100644 (file)
@@ -16,7 +16,7 @@
  static ssize_t
  wl_proc_write(struct file *filp, const char __user *buff, size_t length, loff_t *offp)
  {
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0)
        wl_info_t * wl = PDE_DATA(file_inode(filp));
 +#else
 +      wl_info_t * wl = pde_data(file_inode(filp));
diff --git a/wl.spec b/wl.spec
index c7dc4ad6fdf9a62eab04f39620e09e47a2ce5585..1b51e0d2c7ccd3b582fa5e0585f1b557fc4a6fc5 100644 (file)
--- a/wl.spec
+++ b/wl.spec
@@ -18,7 +18,7 @@ exit 1
 
 %define                _duplicate_files_terminate_build        0
 
-%define                rel     15
+%define                rel     16
 %define                pname   wl
 %define                file_ver        %(echo %{version} | tr . _)
 Summary:       Broadcom 802.11 a/b/g/n hybrid Linux networking device driver
This page took 0.082508 seconds and 4 git commands to generate.