Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243695
b: refs/heads/master
c: 67aa030
h: refs/heads/master
i:
  243693: 9af949a
  243691: 09668ce
  243687: 926ebaa
  243679: 77021b6
v: v3
  • Loading branch information
Mariusz Kozlowski authored and John W. Linville committed Mar 28, 2011
1 parent bed37d8 commit f368a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1f951a7f8ba05192291f781ef99a892697e47d62
refs/heads/master: 67aa030c0dff6095128bcb4e8043b48360f32331
3 changes: 2 additions & 1 deletion trunk/net/mac80211/key.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,12 @@ int ieee80211_key_link(struct ieee80211_key *key,
{
struct ieee80211_key *old_key;
int idx, ret;
bool pairwise = key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE;
bool pairwise;

BUG_ON(!sdata);
BUG_ON(!key);

pairwise = key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE;
idx = key->conf.keyidx;
key->local = sdata->local;
key->sdata = sdata;
Expand Down

0 comments on commit f368a0e

Please sign in to comment.