rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.
authorGertjan van Wingerde <gwingerde@kpnplanet.nl>
Fri, 3 Oct 2008 18:20:32 +0000 (20:20 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 6 Oct 2008 22:14:57 +0000 (18:14 -0400)
commit5b5d13afeeee959a74114b73c560d3e243f34a11
tree34f9a9ea3eb6520ac41b5ea69990e76901ed8860
parentf74b6a5498049bab28419a03e4b31fcdbe7a900d
rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.

The state field of the rfkill structure was incorrectly initialized to -1, which results in rfkill
issueing a WARN_ON. Fix this by initializing the state field to the proper value as indicated by
the driver.

Signed-off-by: Gertjan van Wingerde <gwingerde@kpnplanet.nl>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00rfkill.c