am d3f40c7f: Increase buffer size for scan results to 8K

Merge commit 'd3f40c7fa6dafacc9ca5d4652014df5c1219b6a4'

* commit 'd3f40c7fa6dafacc9ca5d4652014df5c1219b6a4':
  Increase buffer size for scan results to 8K
diff --git a/wireless_copy.h b/wireless_copy.h
index d7958f9..db1a5f3 100644
--- a/wireless_copy.h
+++ b/wireless_copy.h
@@ -535,7 +535,7 @@
 #define IW_SCAN_TYPE_ACTIVE 0
 #define IW_SCAN_TYPE_PASSIVE 1
 /* Maximum size of returned data */
-#define IW_SCAN_MAX_DATA	4096	/* In bytes */
+#define IW_SCAN_MAX_DATA	8192	/* In bytes */
 
 /* Scan capability flags - in (struct iw_range *)->scan_capa */
 #define IW_SCAN_CAPA_NONE		0x00