From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed, 11 Jul 2007 10:51:15 -0700
> Switch from formatting messages in probe routine and copying with kfifo,
> to using a small circular queue of information and formatting on read.
> This avoids wraparound issues with kfifo, and saves one copy.
>
Switch from formatting messages in probe routine and copying with kfifo,
to using a small circular queue of information and formatting on read.
This avoids wraparound issues with kfifo, and saves one copy.
Also make sure to state correct license, rather than copying off some other
driver I start