Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338057
b: refs/heads/master
c: 9831900
h: refs/heads/master
i:
  338055: 18ae133
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent c42263c commit 7ebefa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4de389bd055033d2841761ce48b6a4aaab7b5c58
refs/heads/master: 98319002a2bb8e1d2d59a863bc852fbd87cf6ad8
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct prism2_wep_data {
};


static void * prism2_wep_init(int keyidx)
static void *prism2_wep_init(int keyidx)
{
struct prism2_wep_data *priv;

Expand Down Expand Up @@ -248,7 +248,7 @@ static int prism2_wep_get_key(void *key, int len, u8 *seq, void *priv)
}


static char * prism2_wep_print_stats(char *p, void *priv)
static char *prism2_wep_print_stats(char *p, void *priv)
{
struct prism2_wep_data *wep = priv;
p += sprintf(p, "key[%d] alg=WEP len=%d\n",
Expand Down

0 comments on commit 7ebefa4

Please sign in to comment.