Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21192
b: refs/heads/master
c: f1b5086
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed Jan 31, 2006
1 parent 876da03 commit d0dce56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4be757dd4c00ddabff2d6faf639466bb5d76bc79
refs/heads/master: f1b50863aa6a96c61a57e3b3a5e76e67b38c5c3e
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -8392,7 +8392,7 @@ static int ipw_wx_get_range(struct net_device *dev,

/* Set the Wireless Extension versions */
range->we_version_compiled = WIRELESS_EXT;
range->we_version_source = 16;
range->we_version_source = 18;

i = 0;
if (priv->ieee->mode & (IEEE_B | IEEE_G)) {
Expand Down Expand Up @@ -8424,6 +8424,9 @@ static int ipw_wx_get_range(struct net_device *dev,
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;
}
Expand Down

0 comments on commit d0dce56

Please sign in to comment.