aboutsummaryrefslogtreecommitdiff
path: root/comms/mlan/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'comms/mlan/files/patch-ab')
-rw-r--r--comms/mlan/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/mlan/files/patch-ab b/comms/mlan/files/patch-ab
index 6e35c77d7ccf..14aeeccf98c6 100644
--- a/comms/mlan/files/patch-ab
+++ b/comms/mlan/files/patch-ab
@@ -164,7 +164,7 @@ diff -u --new-file -r ../R1/examples/freebsd/lib/serial.c ./examples/freebsd/lib
+//
+void msDelay(int len)
+{
-+ usleep(len * 10000);
++ usleep(len * 1000);
+}
+
+