Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • U uboot-imx
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Librem5
  • uboot-imx
  • Repository
Switch branch/tag
  • uboot-imx
  • include
  • net.h
Find file BlameHistoryPermalink
  • Mike Frysinger's avatar
    net: sync env ethaddr to device enetaddr in eth_init() · 86848a74
    Mike Frysinger authored Jul 15, 2009
    In the previous enetaddr refactoring, the assumption with commit 56b555a6
    
    
    was that the eth layer would handle the env -> device enetaddr syncing.
    This was not the case as eth_initialize() is called only once and the sync
    occurs there.  So make sure the eth_init() function does the env -> device
    sync with every network init.
    
    Reported-by: default avatarAndrzej Wolski <awolski@poczta.fm>
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
    86848a74