summarylogtreecommitdiffstats
path: root/4.9_preperation.patch
diff options
context:
space:
mode:
Diffstat (limited to '4.9_preperation.patch')
-rwxr-xr-x4.9_preperation.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/4.9_preperation.patch b/4.9_preperation.patch
deleted file mode 100755
index 0fde57fa095d..000000000000
--- a/4.9_preperation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/sta/sta_cfg.c 2014-06-17 04:37:11.297921533 +0300
-+++ b/sta/sta_cfg.c 2014-06-17 04:40:56.588334326 +0300
-@@ -4893,7 +4893,7 @@
- wrq->u.data.length = strlen(extra) + 1; /* 1: size of '\0' */
- break;
- case SHOW_DRVIER_VERION:
-- snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
-+ snprintf(extra, size, "Driver version-%s\n", STA_DRIVER_VERSION);
- wrq->u.data.length = strlen(extra) + 1; /* 1: size of '\0' */
- break;
- #ifdef DOT11_N_SUPPORT