commit | f31800d8b79bc42e495070aa6e6425841b7bdcbf | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Wed Jan 09 19:08:49 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:09:32 2008 -0800 |
tree | 65f26267ae5b6d3876079913330634392654af00 | |
parent | 5250703e3144e50fbeceb4d1fc01ea2fd159fd4a [diff] |
b43: Remove the PHY spinlock This fixes a sparse warning about weird locking. The spinlock is not needed, so simply remove it. This also adds some sanity checks to the PHY and radio locking to protect against recursive locking. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>