Skip to content
  1. Dec 20, 2015
  2. Dec 16, 2015
  3. Dec 09, 2015
  4. Dec 08, 2015
  5. Dec 07, 2015
  6. Dec 06, 2015
  7. Dec 05, 2015
  8. Dec 04, 2015
  9. Dec 03, 2015
  10. Dec 02, 2015
  11. Dec 01, 2015
  12. Nov 30, 2015
  13. Nov 29, 2015
  14. Nov 27, 2015
  15. Nov 26, 2015
    • Gregory Nutt's avatar
      8ce454a5
    • Gregory Nutt's avatar
      include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most... · e5e631e5
      Gregory Nutt authored
      include/nuttx/net/netdev.h and several Ethernet drivers in arch/:  Most network drivers to not support statistics.  Those that do only support them when DEBUG is enabled.  Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics.  Thus, the driver feature was mostly useless.  This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications.  All Ethernet drivers that collect statistics have been adapted to use these common statistics.
      e5e631e5