summaryrefslogtreecommitdiff
path: root/community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch')
-rw-r--r--community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch b/community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch
new file mode 100644
index 000000000..b17ba5a12
--- /dev/null
+++ b/community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch
@@ -0,0 +1,11 @@
+--- os/linux/sta_ioctl.c.orig 2010-12-17 12:44:47.000000000 +0100
++++ os/linux/sta_ioctl.c 2011-08-02 14:52:37.000000000 +0200
+@@ -1812,7 +1812,7 @@
+ wrq->length = strlen(extra) + 1; // 1: size of '\0'
+ break;
+ case SHOW_DRVIER_VERION:
+- sprintf(extra, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
++ sprintf(extra, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, NULL, NULL );
+ wrq->length = strlen(extra) + 1; // 1: size of '\0'
+ break;
+ #ifdef DOT11_N_SUPPORT