From: John Hodge Date: Thu, 4 Aug 2011 00:06:08 +0000 (+0800) Subject: RT8139 - Fixed to use Mutexes to control access to TXDescs X-Git-Tag: rel0.10~21 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=461ede932582098035c9b1360f9fb40524d4af34;hp=461ede932582098035c9b1360f9fb40524d4af34;p=tpg%2Facess2.git RT8139 - Fixed to use Mutexes to control access to TXDescs - Mutex protected current TX descriptor to stop two threads getting the same TX. - Changed in use bitfield to a mutex to stop collisions - Also fixed a spelling error ---