rtl8188eu: Convert typedef for _mutex to struct mutex

This will break builds for kernels before mutexes were introduced. As this
is very early, it should not affect any modern users.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-24 14:00:39 -05:00
parent dfb5277a29
commit 73f9c27ffd
7 changed files with 12 additions and 17 deletions

View file

@ -24,7 +24,7 @@
#include <drv_types.h>
struct sreset_priv {
_mutex silentreset_mutex;
struct mutex silentreset_mutex;
u8 silent_reset_inprogress;
u8 Wifi_Error_Status;
unsigned long last_tx_time;