Re: [PATCH] zd1211rw: Support AL7230B RF

2006-08-14 Thread Daniel Drake
John W. Linville wrote: On Sat, Aug 12, 2006 at 05:59:46PM +0100, Daniel Drake wrote: + /* All of these writes are identical to AL2230 unless otherwise +* specified */ + static const struct zd_ioreq16 ioreqs_1[] = { + /* This one is 7230-specific, and happens b

Re: [PATCH] zd1211rw: Support AL7230B RF

2006-08-14 Thread John W. Linville
On Sat, Aug 12, 2006 at 05:59:46PM +0100, Daniel Drake wrote: > + /* All of these writes are identical to AL2230 unless otherwise > + * specified */ > + static const struct zd_ioreq16 ioreqs_1[] = { > + /* This one is 7230-specific, and happens before the rest */ > +

[PATCH] zd1211rw: Support AL7230B RF

2006-08-12 Thread Daniel Drake
This patch adds support for another Airoha RF which is present in some ZD1211 adapters. This RF supports 802.11a as well as 802.11b/g, but 802.11a connectivity is not yet supported by this driver. Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> Index: linux-2.6/drivers/net/wireless/zd1211rw/Makef