• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/ABI/obsolete/
1rfkill - radio frequency (RF) connector kill switch support
2
3For details to this subsystem look at Documentation/rfkill.txt.
4
5What:		/sys/class/rfkill/rfkill[0-9]+/state
6Date:		09-Jul-2007
7KernelVersion	v2.6.22
8Contact:	linux-wireless@vger.kernel.org
9Description: 	Current state of the transmitter.
10		This file is deprecated and sheduled to be removed in 2014,
11		because its not possible to express the 'soft and hard block'
12		state of the rfkill driver.
13Values: 	A numeric value.
14		0: RFKILL_STATE_SOFT_BLOCKED
15			transmitter is turned off by software
16		1: RFKILL_STATE_UNBLOCKED
17			transmitter is (potentially) active
18		2: RFKILL_STATE_HARD_BLOCKED
19			transmitter is forced off by something outside of
20			the driver's control.
21
22What:		/sys/class/rfkill/rfkill[0-9]+/claim
23Date:		09-Jul-2007
24KernelVersion	v2.6.22
25Contact:	linux-wireless@vger.kernel.org
26Description:	This file is deprecated because there no longer is a way to
27		claim just control over a single rfkill instance.
28		This file is scheduled to be removed in 2012.
29Values: 	0: Kernel handles events
30