ath9k_htc: Protect RX stream variables
authorSujith <Sujith.Manoharan@atheros.com>
Tue, 6 Apr 2010 09:58:11 +0000 (15:28 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 8 Apr 2010 19:24:09 +0000 (15:24 -0400)
Use a spin lock to prevent concurrent access
to variables dealing with RX stream mode handling.
Currently, no protection is implemented - which
causes problems in RX.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found