commit | 301a8234ea81938f0f083ae4e274d9c9296f3c86 | [log] [tgz] |
---|---|---|
author | Gertjan van Wingerde <gwingerde@gmail.com> | Wed Dec 30 11:36:33 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 05 16:17:51 2010 -0500 |
tree | 7d8576b70dfb0590a928d4837912c30349a6bcd3 | |
parent | b59a52f12e483b79e7d32da7ec30dcf3b2e0210b [diff] |
rt2x00: Fix LED configuration setting for rt2800. rt2800_blink_set uses an illegal value to set the LED_CFG_G_LED_MODE field of the LED_CFG register. This field is only 2 bits large, so should be initialized with value that fits. Use default value from the vendor driver. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>