@@ -, +, @@ --- src/wl/sys/wl_linux.c | 2 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/src/wl/sys/wl_linux.c +++ a/src/wl/sys/wl_linux.c @@ -3244,7 +3244,7 @@ static ssize_t wl_proc_read(struct file *filp, char __user *buffer, size_t length, loff_t *offp) { - wl_info_t * wl = PDE_DATA(file_inode(filp)); + wl_info_t * wl = pde_data(file_inode(filp)); #endif int bcmerror, len; int to_user = 0; @@ -3301,7 +3301,7 @@ static ssize_t wl_proc_write(struct file *filp, const char __user *buff, size_t length, loff_t *offp) { - wl_info_t * wl = PDE_DATA(file_inode(filp)); + wl_info_t * wl = pde_data(file_inode(filp)); #endif int from_user = 0; int bcmerror;