Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278382
b: refs/heads/master
c: f724828
h: refs/heads/master
v: v3
  • Loading branch information
Arik Nemtsov authored and John W. Linville committed Nov 28, 2011
1 parent fe0db85 commit f6d561f
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: 6674f210e9dbf30e592ccd85b0cf90bd8d1d2d28
refs/heads/master: f724828bd3db7e0fe6f17ed8de2656bfbfed5c4e
2 changes: 1 addition & 1 deletion trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ static int ieee80211_set_probe_resp(struct ieee80211_sub_if_data *sdata,
if (!resp || !resp_len)
return -EINVAL;

old = sdata->u.ap.probe_resp;
old = rtnl_dereference(sdata->u.ap.probe_resp);

new = dev_alloc_skb(resp_len);
if (!new)
Expand Down

0 comments on commit f6d561f

Please sign in to comment.