Re: [PATCH 11/39] wimax: RF-kill framework integration
From: Inaky Perez-Gonzalez <hidden>
Date: 2008-12-03 02:11:31
From: Inaky Perez-Gonzalez <hidden>
Date: 2008-12-03 02:11:31
On Thursday 27 November 2008, Johannes Berg wrote:
On Wed, 2008-11-26 at 15:07 -0800, Inaky Perez-Gonzalez wrote:quoted
+struct genl_ops wimax_gnl_rfkill = { + .cmd = WIMAX_GNL_OP_RFKILL, + .flags = 0,permissions thing again
Fixed
Also, doesn't rfkill already have a userspace interface in sysfs? Why add another one?
Need it to query also the hardware rfkill state, which wasn't available on rfkill's interface. This uses almost the same mechanism, in any case. -- Inaky