Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254895
b: refs/heads/master
c: 1186980
h: refs/heads/master
i:
  254893: 1b75cec
  254891: 005f25a
  254887: 0082a79
  254879: b752890
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Jul 7, 2011
1 parent 991f9d3 commit 2654326
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: 6ae8ec27868bfdbb815287bee8146acbefaee867
refs/heads/master: 1186980dafcd14d0e257a4dd6990cefdc6f3e362
3 changes: 2 additions & 1 deletion trunk/net/mac80211/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,8 @@ int ieee80211_request_sched_scan_start(struct ieee80211_sub_if_data *sdata,
for (i = 0; i < IEEE80211_NUM_BANDS; i++) {
local->sched_scan_ies.ie[i] = kzalloc(2 +
IEEE80211_MAX_SSID_LEN +
local->scan_ies_len,
local->scan_ies_len +
req->ie_len,
GFP_KERNEL);
if (!local->sched_scan_ies.ie[i]) {
ret = -ENOMEM;
Expand Down

0 comments on commit 2654326

Please sign in to comment.