http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / kernel / linux / net / ipv4 / netfilter / ip_conntrack_h323.c
index c1ccd28..ad9cbf8 100755 (executable)
@@ -28,7 +28,13 @@ MODULE_DESCRIPTION("H.323 'brute force' connection tracking module");
 MODULE_LICENSE("GPL");
 
 /* This is slow, but it's simple. --RR */
-static char h323_buffer[65536];
+//#if SDRAM_8M  //Change it to 16k to save 48k as Eddie suggest accoring to CSP #34216
+//static char h323_buffer[16384];
+//#else
+//static char h323_buffer[65536];
+//#endif
+static char h323_buffer[4096];
+
 static DECLARE_LOCK(h323_buffer_lock);
 
 DECLARE_LOCK(ip_h323_lock);