b43: phy.c fix typo in register write
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 12 Mar 2008 16:51:04 +0000 (17:51 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 13 Mar 2008 19:57:25 +0000 (15:57 -0400)
commit5abdc49d6e521126ed4c15e913a5c30f6dd95e6b
tree3cd2c865b877f57a8e27d7de122ff8bace7c6d76
parentc1e889be18aff97e20853231531b79d79a984369
b43: phy.c fix typo in register write

Commit 61bca6eb85c863603d6054530e2f65c3b9aba85b b43: rewrite A PHY initialization
has a typo, the result of the register read should be masked, not the
register offset.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/phy.c