Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304441
b: refs/heads/master
c: 89f5e71
h: refs/heads/master
i:
  304439: 2aba443
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Apr 24, 2012
1 parent 3cf7166 commit bbff1f9
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: bb75f7dc948eb92b1d0612b4ddba23d2ecd553c5
refs/heads/master: 89f5e7102a56bcd1b5b0691085d0839e92b3ca04
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ struct net_device *alloc_ieee80211(int sizeof_priv)
if (ieee->pHTInfo == NULL)
{
IEEE80211_DEBUG(IEEE80211_DL_ERR, "can't alloc memory for HTInfo\n");
return NULL;
goto failed;
}
HTUpdateDefaultSetting(ieee);
HTInitializeHTInfo(ieee); //may move to other place.
Expand Down

0 comments on commit bbff1f9

Please sign in to comment.