commit | edcc3604805b37344d0569b61a34dbe22943ba9f | [log] [tgz] |
---|---|---|
author | Olivier Sobrie <olivier@sobrie.be> | Sat Jul 09 12:57:05 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 11 15:02:16 2011 -0400 |
tree | 277df7b98fe9ac63c4f21ed1e03c0de2d6854036 | |
parent | 6a2a0e738225fc9ec063f84b79f0adf5c0ed176c [diff] |
libertas: fix errors in functions accessing module registers Problems located in the two functions lbs_set_reg() and lbs_get_reg(): - The offset field of struct cmd_ds_reg_access was not filled in - The test on the return code of lbs_cmd_with_response() in function lbs_get_reg() was inverted Signed-off-by: Olivier Sobrie <olivier@sobrie.be> Signed-off-by: John W. Linville <linville@tuxdriver.com>