summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-16 08:18:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-16 08:18:56 -0600
commit0432aa72902865f16adfca70e682263324e7f868 (patch)
tree9ee0a7c9d0c9c8a0247cefa1d0d05983df262319
parent3c3eac8ca148e0f27d4936bdc866a6c3271756f6 (diff)
downloadpx4-nuttx-0432aa72902865f16adfca70e682263324e7f868.tar.gz
px4-nuttx-0432aa72902865f16adfca70e682263324e7f868.tar.bz2
px4-nuttx-0432aa72902865f16adfca70e682263324e7f868.zip
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
-rw-r--r--nuttx/configs/olimex-lpc1766stk/README.txt2
-rw-r--r--nuttx/configs/sam4e-ek/README.txt4
-rw-r--r--nuttx/configs/sama5d3-xplained/README.txt4
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt4
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt4
-rw-r--r--nuttx/configs/twr-k60n512/README.txt4
-rw-r--r--nuttx/configs/viewtool-stm32f107/README.txt2
7 files changed, 12 insertions, 12 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 9e922940c..10faa5509 100644
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -1044,7 +1044,7 @@ Configuration Sub-Directories
use the UART1 hardware flow control yet.
NOTE: The Linux slip module hard-codes its MTU size to 296. So you
- might as well set CONFIG_NET_BUFSIZE to 296 as well.
+ might as well set CONFIG_NET_ETH_MTU to 296 as well.
4. After turning over the line to the SLIP driver, you must configure
the network interface. Again, you do this using the standard
diff --git a/nuttx/configs/sam4e-ek/README.txt b/nuttx/configs/sam4e-ek/README.txt
index fa35c7991..fa2a00c77 100644
--- a/nuttx/configs/sam4e-ek/README.txt
+++ b/nuttx/configs/sam4e-ek/README.txt
@@ -419,8 +419,8 @@ Networking Support
Networking Support
CONFIG_NET=y : Enable Neworking
CONFIG_NET_SOCKOPTS=y : Enable socket operations
- CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
- CONFIG_NET_RECEIVE_WINDOW=536 : Should be the same as CONFIG_NET_BUFSIZE
+ CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
+ CONFIG_NET_RECEIVE_WINDOW=536 : Should be the same as CONFIG_NET_ETH_MTU
CONFIG_NET_TCP=y : Enable TCP/IP networking
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
CONFIG_NET_TCP_READAHEAD_BUFSIZE=536 Read-ahead buffer size
diff --git a/nuttx/configs/sama5d3-xplained/README.txt b/nuttx/configs/sama5d3-xplained/README.txt
index 589f307b1..e487a083e 100644
--- a/nuttx/configs/sama5d3-xplained/README.txt
+++ b/nuttx/configs/sama5d3-xplained/README.txt
@@ -798,8 +798,8 @@ Networking
Networking Support
CONFIG_NET=y : Enable Neworking
CONFIG_NET_SOCKOPTS=y : Enable socket operations
- CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
- CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_BUFSIZE
+ CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
+ CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_ETH_MTU
CONFIG_NET_TCP=y : Enable TCP/IP networking
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
CONFIG_NET_TCP_READAHEAD_BUFSIZE=562 : Read-ahead buffer size
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index 854fe4e5d..71d56dec4 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -959,8 +959,8 @@ Networking
Networking Support
CONFIG_NET=y : Enable Neworking
CONFIG_NET_SOCKOPTS=y : Enable socket operations
- CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
- CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_BUFSIZE
+ CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
+ CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_ETH_MTU
CONFIG_NET_TCP=y : Enable TCP/IP networking
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
CONFIG_NET_TCP_READAHEAD_BUFSIZE=562 : Read-ahead buffer size
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index 3d34a9ded..112550145 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -1335,8 +1335,8 @@ Networking
Networking Support
CONFIG_NET=y : Enable Neworking
CONFIG_NET_SOCKOPTS=y : Enable socket operations
- CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
- CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_BUFSIZE
+ CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
+ CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_ETH_MTU
CONFIG_NET_ARP=y : ARP support should be enabled
CONFIG_NET_ARP_IPIN=y : IP address harvesting (optional)
CONFIG_NET_TCP=y : Enable TCP/IP networking
diff --git a/nuttx/configs/twr-k60n512/README.txt b/nuttx/configs/twr-k60n512/README.txt
index 1979b4224..159b09ec0 100644
--- a/nuttx/configs/twr-k60n512/README.txt
+++ b/nuttx/configs/twr-k60n512/README.txt
@@ -634,9 +634,9 @@ TWR-K60N512-specific Configuration Options
Kenetis ethernet controller settings
CONFIG_ENET_NRXBUFFERS - Number of RX buffers. The size of one
- buffer is determined by CONFIG_NET_BUFSIZE. Default: 6
+ buffer is determined by CONFIG_NET_ETH_MTU. Default: 6
CONFIG_ENET_NTXBUFFERS - Number of TX buffers. The size of one
- buffer is determined by CONFIG_NET_BUFSIZE. Default: 2
+ buffer is determined by CONFIG_NET_ETH_MTU. Default: 2
CONFIG_ENET_USEMII - Use MII mode. Default: RMII mode.
CONFIG_ENET_PHYADDR - PHY address
diff --git a/nuttx/configs/viewtool-stm32f107/README.txt b/nuttx/configs/viewtool-stm32f107/README.txt
index ea7d10e2a..5b7a3705f 100644
--- a/nuttx/configs/viewtool-stm32f107/README.txt
+++ b/nuttx/configs/viewtool-stm32f107/README.txt
@@ -371,7 +371,7 @@ ViewTool DP83848 Ethernet Module
CONFIG_NSOCKET_DESCRIPTORS=10 : Socket-related
CONFIG_NET_SOCKOPTS=y
- CONFIG_NET_BUFSIZE=650 : Maximum packet size
+ CONFIG_NET_ETH_MTU=650 : Maximum packet size
CONFIG_NET_RECEIVE_WINDOW=650
CONFIG_NET_TCP_READAHEAD=y : Enable read-ahead buffering
CONFIG_NET_TCP_READAHEAD_BUFSIZE=650