Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122656
b: refs/heads/master
c: 0f202aa
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Dec 12, 2008
1 parent f76f47c commit 75dd2fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 8aa15e1506bb0b6b643be12baf1f2d4d2f115931
refs/heads/master: 0f202aa2e1e1db1d20da9bcc3f5ad43c5a22d2d5
5 changes: 2 additions & 3 deletions trunk/include/net/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,8 @@ struct ieee80211_device;
#define SCM_TEMPORAL_KEY_LENGTH 16

struct ieee80211_security {
u16 active_key:2,
enabled:1,
auth_mode:2, auth_algo:4, unicast_uses_group:1, encrypt:1;
u16 active_key:2, enabled:1, unicast_uses_group:1, encrypt:1;
u8 auth_mode;
u8 encode_alg[WEP_KEYS];
u8 key_sizes[WEP_KEYS];
u8 keys[WEP_KEYS][SCM_KEY_LEN];
Expand Down

0 comments on commit 75dd2fb

Please sign in to comment.