CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/10 14:04:16
Modified files:
sys/dev/usb : if_run.c
Log message:
"please apply the same diff as for rt2860 to if_run.c" damien@
original log message:
fix a theoretical (but not possible) array bound overflow.
since we will always match on a rate, we won't overflow, but in that
case, make it more obvious by if the first 11 rates don't match, we
assume the 12th.
should shut up parfait.
ok damien@ who came up with an identical diff
