]> git.baikalelectronics.ru Git - kernel.git/commit
rfkill: add the WiMAX radio type
authorIñaky Pérez-González <inaky.perez-gonzalez@intel.com>
Wed, 23 Jan 2008 21:40:27 +0000 (13:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:26:46 +0000 (19:26 -0800)
commit80f0d949de377cc0c419fd1df599b1755a482c43
treec33cc180a0f5084bcb1c2e8921cab35eb9aea476
parent9a93905b310f5637b57fbfd3bc677a6fe720eac8
rfkill: add the WiMAX radio type

Teach rfkill about wimax radios.

Had to define a KEY_WIMAX as a 'key for disabling only wimax radios',
as other radio technologies have. This makes sense as hardware has
specific keys for disabling specific radios.

The RFKILL enabling part is, otherwise, a copy and paste of any other
radio technology.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/input.h
include/linux/rfkill.h
net/rfkill/rfkill-input.c
net/rfkill/rfkill.c