CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/10 14:01:29
Modified files:
sys/dev/ic : rt2860.c
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.
