aboutsummaryrefslogtreecommitdiffstats
path: root/main/crystalhd-git-grsec/crystalhd-use_8_DMA_buffers-0.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/crystalhd-git-grsec/crystalhd-use_8_DMA_buffers-0.1.patch')
-rw-r--r--main/crystalhd-git-grsec/crystalhd-use_8_DMA_buffers-0.1.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/crystalhd-git-grsec/crystalhd-use_8_DMA_buffers-0.1.patch b/main/crystalhd-git-grsec/crystalhd-use_8_DMA_buffers-0.1.patch
deleted file mode 100644
index 1b9150ea7b..0000000000
--- a/main/crystalhd-git-grsec/crystalhd-use_8_DMA_buffers-0.1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/bc_dts_glob_lnx.h
-+++ b/include/bc_dts_glob_lnx.h
-@@ -76,7 +76,7 @@
- BC_LINK_MAX_OPENS = 3, /* Maximum simultaneous opens*/
- BC_LINK_MAX_SGLS = 1024, /* Maximum SG elements 4M/4K */
- BC_TX_LIST_CNT = 2, /* Max Tx DMA Rings */
-- BC_RX_LIST_CNT = 16, /* Max Rx DMA Rings*/
-+ BC_RX_LIST_CNT = 8, /* Max Rx DMA Rings*/
- BC_PROC_OUTPUT_TIMEOUT = 2000, /* Milliseconds */
- BC_INFIFO_THRESHOLD = 0x10000,
- };