Re: [PATCH 4/7] NET: SMC911X: Driver works for SMC9211 too

2008-05-02 Thread Tony Lindgren
* Nishant Kamat <[EMAIL PROTECTED]> [080502 04:26]: > The smc911x driver can support SMC9211 also. This patch adds 9211 > in the table of supported chip ids, and fixes the ID verification > to care about only 4 nibbles. This patch should be sent via smc911x maintainer on appropriate mailing list.

[PATCH 4/7] NET: SMC911X: Driver works for SMC9211 too

2008-05-02 Thread Nishant Kamat
The smc911x driver can support SMC9211 also. This patch adds 9211 in the table of supported chip ids, and fixes the ID verification to care about only 4 nibbles. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- drivers/net/smc911x.c |4 ++-- drivers/net/smc911x.h |5 - 2 files cha