cvs commit: src/sys/dev/ral rt2560.c rt2661.c

Damien Bergamini damien at FreeBSD.org
Tue Mar 21 21:15:44 UTC 2006


damien      2006-03-21 21:15:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ral          rt2560.c rt2661.c 
  Log:
  o fixes the locking of if_init().
  o don't send management frames if the IFF_DRV_RUNNING flag is not set.
    this prevents the timeout watchdog from being potentially re-armed
    when the interface is brought down.
  
  fixes a crash that occurs with RT2661 based adapters.
  reported by Arnaud Lacombe.
  
  Revision  Changes    Path
  1.3       +20 -2     src/sys/dev/ral/rt2560.c
  1.4       +25 -1     src/sys/dev/ral/rt2661.c


More information about the cvs-src mailing list