aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 18:54:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 18:54:04 +0000
commitf6de06f9f9959027ee598c0177f676aa4f2ca627 (patch)
tree7a3a8ae8e2b29e3832a17a7def5b0531383172bb /nuttx/ChangeLog
parentbaeabacae3435daefab7ae41ab4e69cf96c613ca (diff)
downloadpx4-firmware-f6de06f9f9959027ee598c0177f676aa4f2ca627.tar.gz
px4-firmware-f6de06f9f9959027ee598c0177f676aa4f2ca627.tar.bz2
px4-firmware-f6de06f9f9959027ee598c0177f676aa4f2ca627.zip
Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5308 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3b60fc812..f4bdc7ed0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3564,4 +3564,6 @@
* RGMP 4.0 updated from Qiany Yu.
* configs/*/Make.defs and configs/*/ld.script: Massive clean-up
and standardization of linker scripts from Freddie Chopin.
+ * net/netdev_ioctl.c: Add interface state flags and ioctl calls
+ to bring network interfaces up and down (from Darcy Gong).