cfg80211: add rfkill support
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Jun 2009 11:01:41 +0000 (13:01 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 3 Jun 2009 18:06:14 +0000 (14:06 -0400)
commit1f87f7d3a3b42b20f34cb03f0fd1a41c3d0e27f3
tree642882153a48e910a415e6bb23bcfb79fadef6dd
parent6081162e2ed78dfcf149b076b047078ab1445cc2
cfg80211: add rfkill support

To be easier on drivers and users, have cfg80211 register an
rfkill structure that drivers can access. When soft-killed,
simply take down all interfaces; when hard-killed the driver
needs to notify us and we will take down the interfaces
after the fact. While rfkilled, interfaces cannot be set UP.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/asm-generic/errno.h
include/net/cfg80211.h
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/driver-ops.h
net/mac80211/iface.c
net/mac80211/util.c
net/wireless/Kconfig
net/wireless/core.c
net/wireless/core.h
net/wireless/wext-compat.c