summaryrefslogtreecommitdiff
path: root/community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch')
-rw-r--r--community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch b/community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch
new file mode 100644
index 000000000..7416a31f9
--- /dev/null
+++ b/community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch
@@ -0,0 +1,11 @@
+--- os/linux/rt_main_dev.c.orig 2010-12-17 12:44:47.000000000 +0100
++++ os/linux/rt_main_dev.c 2010-12-17 19:42:23.000000000 +0100
+@@ -1247,7 +1247,7 @@
+ RTMP_OS_TASK *pTask;
+
+ if (pAd->bWriteDat == FALSE)
+- return;
++ return 0;
+
+ DBGPRINT(RT_DEBUG_TRACE, ("-->WriteDatThreadInit()\n"));
+