Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278732
b: refs/heads/master
c: 3dbb584
h: refs/heads/master
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Dec 8, 2011
1 parent 41e5bb0 commit 07f209e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 188e7f54c38b9bf144ddc81b4b734cb6ea49f31e
refs/heads/master: 3dbb5846db1f5df3619b927cc2a7dcaf65a38f1e
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/testmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ static int wl1271_tm_cmd_interrogate(struct wl1271 *wl, struct nlattr *tb[])
}

NLA_PUT(skb, WL1271_TM_ATTR_DATA, sizeof(*cmd), cmd);
ret = cfg80211_testmode_reply(skb);
if (ret < 0)
goto out_free;

out_free:
kfree(cmd);
Expand Down

0 comments on commit 07f209e

Please sign in to comment.