Re: [PATCH 2.6.18] WE-21 for ipw2200
From: Jean Tourrilhes <hidden>
Date: 2006-09-12 21:33:49
Attachments
- iw268e_we21-ipw2200-2.diff [text/plain] 2826 bytes · preview
From: Jean Tourrilhes <hidden>
Date: 2006-09-12 21:33:49
On Tue, Sep 12, 2006 at 02:02:59PM -0400, John W. Linville wrote:
On Tue, Aug 29, 2006 at 06:01:40PM -0700, Jean Tourrilhes wrote: This hunk doesn't apply to the upstream branch of wireless-2.6. I propose this one instead:@@ -8875,8 +8875,6 @@ static int ipw_wx_set_essid(struct net_d } length = min((int)wrqu->essid.length, IW_ESSID_MAX_SIZE); - if (!extra[length - 1]) - length--; priv->config |= CFG_STATIC_ESSID;Everything else stays the same...OK?
Double checked, that seems to be allright.
John
James & Zhu : the patch for the out-of-tree driver is attached, diffed against the driver in GIT. It should work for both pre-WE21 and post-WE-21. Have fun... Jean