]> git.pld-linux.org Git - packages/wl.git/blobdiff - kernel-5.17.patch
- fix kernel version in patch for 5.17, rel 16
[packages/wl.git] / kernel-5.17.patch
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));
This page took 0.03953 seconds and 4 git commands to generate.