Re: [PATCH] ipw2200: support WEXT-18 enc_capa v3

2006-02-18 Thread John W. Linville
On Fri, Feb 17, 2006 at 11:28:37PM -0500, Miles Lane wrote:
 On 1/25/06, Zhu Yi [EMAIL PROTECTED] wrote:
 
  [PATCH] ipw2200: support WEXT-18 enc_capa v3
 
  Dan Williams added a corresponding patch to IPW2100. This patch does the
  same thing for ipw2200.
 
  Signed-off-by: Miles Lane [EMAIL PROTECTED]
  Signed-off-by: Zhu Yi [EMAIL PROTECTED]
 
 This patch is still missing from Linus' tree.  Is this going to make it soon?

It is queued for 2.6.17.

John
-- 
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ipw2200: support WEXT-18 enc_capa v3

2006-02-17 Thread Miles Lane
On 1/25/06, Zhu Yi [EMAIL PROTECTED] wrote:

 [PATCH] ipw2200: support WEXT-18 enc_capa v3

 Dan Williams added a corresponding patch to IPW2100. This patch does the
 same thing for ipw2200.

 Signed-off-by: Miles Lane [EMAIL PROTECTED]
 Signed-off-by: Zhu Yi [EMAIL PROTECTED]

This patch is still missing from Linus' tree.  Is this going to make it soon?

Thanks,
  Miles
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] ipw2200: support WEXT-18 enc_capa v3

2006-01-24 Thread Zhu Yi

[PATCH] ipw2200: support WEXT-18 enc_capa v3

Dan Williams added a corresponding patch to IPW2100. This patch does the
same thing for ipw2200.

Signed-off-by: Miles Lane [EMAIL PROTECTED]
Signed-off-by: Zhu Yi [EMAIL PROTECTED]
---

--- a/drivers/net/wireless/ipw2200.c
+++ b/drivers/net/wireless/ipw2200.c
@@ -8424,6 +8424,9 @@ static int ipw_wx_get_range(struct net_d
IW_EVENT_CAPA_MASK(SIOCGIWAP));
range-event_capa[1] = IW_EVENT_CAPA_K_1;
 
+   range-enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
+   IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
+
IPW_DEBUG_WX(GET Range\n);
return 0;
 }
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html