Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43225
b: refs/heads/master
c: ff9b99b
h: refs/heads/master
i:
  43223: 54c4083
v: v3
  • Loading branch information
Daniel Drake authored and John W. Linville committed Dec 6, 2006
1 parent e23a017 commit b6013ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 383956a9c59157db4c404d1c8bb9074b8dfe3ee0
refs/heads/master: ff9b99bcccee8449afd23ddc28f8b4b7aec996ea
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/zd1211rw/zd_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ int zd_mac_get_range(struct zd_mac *mac, struct iw_range *range)
range->we_version_compiled = WIRELESS_EXT;
range->we_version_source = 20;

range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;

ZD_ASSERT(!irqs_disabled());
spin_lock_irq(&mac->lock);
regdomain = mac->regdomain;
Expand Down

0 comments on commit b6013ec

Please sign in to comment.