From: Luis R. Rodriguez Date: Thu, 20 Aug 2009 20:46:43 +0000 (-0700) Subject: Use /dev/rfkill instead of /dev/rfkill_backport X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=052c33e227db7d5dc17fea27070d9ebfee09f0a8;p=openwrt%2Fstaging%2Fblogic.git Use /dev/rfkill instead of /dev/rfkill_backport Signed-off-by: Luis R. Rodriguez --- diff --git a/compat/patches/03-rfkill.patch b/compat/patches/03-rfkill.patch index 6b9f11dc4bb9..0e6ad9d19452 100644 --- a/compat/patches/03-rfkill.patch +++ b/compat/patches/03-rfkill.patch @@ -117,7 +117,7 @@ just keep /dev/rfkill and not /dev/rfkill_backport. static long rfkill_fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { -@@ -1193,14 +1193,14 @@ +@@ -1193,9 +1193,9 @@ .write = rfkill_fop_write, .poll = rfkill_fop_poll, .release = rfkill_fop_release, @@ -128,12 +128,6 @@ just keep /dev/rfkill and not /dev/rfkill_backport. #endif }; - static struct miscdevice rfkill_miscdev = { -- .name = "rfkill", -+ .name = "rfkill_backport", - .fops = &rfkill_fops, - .minor = MISC_DYNAMIC_MINOR, - }; @@ -1223,7 +1223,7 @@ goto out; }