commit | 5b5d13afeeee959a74114b73c560d3e243f34a11 | [log] [tgz] |
---|---|---|
author | Gertjan van Wingerde <gwingerde@kpnplanet.nl> | Fri Oct 03 20:20:32 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 06 18:14:57 2008 -0400 |
tree | 34f9a9ea3eb6520ac41b5ea69990e76901ed8860 | |
parent | f74b6a5498049bab28419a03e4b31fcdbe7a900d [diff] |
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>