commit | d704300fa546a613ec3821b908528b20685cb92a | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Dec 17 19:36:25 2010 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 20 14:49:48 2010 -0500 |
tree | f11a738d188c0f0538d385cb205a1149534c6014 | |
parent | f0b3e4b7307f02a203029441b0473a84aebc6435 [diff] |
rtlwifi: Fix use of mutex in interrupt code A previous conversion from semaphoreto mutexes missed the fact that one of the semaphores was used in interrupt code. Fixed by changing to a spinlock. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>