Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6728
b: refs/heads/master
c: 011fe95
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Jun 28, 2005
1 parent c40a3a4 commit ee0562b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8724a118031a4eb62174b3e12745e4d35d4b03fe
refs/heads/master: 011fe95a3b25ff124486fc27dc0395904ecf5852
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -5305,7 +5305,7 @@ static int ipw2100_set_key_index(struct ipw2100_priv *priv,
.host_command = WEP_KEY_INDEX,
.host_command_sequence = 0,
.host_command_length = 4,
.host_command_parameters[0] = idx,
.host_command_parameters = { idx },
};
int err;

Expand Down

0 comments on commit ee0562b

Please sign in to comment.