Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtu

This commit is contained in:
Gregory Nutt
2014-11-16 10:42:19 -06:00
parent 1f3ce25381
commit 2340d46d20
9 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
void devif_iob_send(FAR struct net_driver_s *dev, FAR struct iob_s *iob,
unsigned int len, unsigned int offset)
{
DEBUGASSERT(dev && len > 0 && len < NET_LL_MTU(dev));
DEBUGASSERT(dev && len > 0 && len < NET_DEV_MTU(dev));
/* Copy the data from the I/O buffer chain to the device buffer */