Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10280
b: refs/heads/master
c: a9d12b9
h: refs/heads/master
v: v3
  • Loading branch information
Jean Tourrilhes authored and Jeff Garzik committed Sep 24, 2005
1 parent dcc088d commit 05329e2
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: c28df16ed70d1b6cefd12135e3c68bfccd1bb635
refs/heads/master: a9d12b9a4afcfa2cb6f6e76beb4f185a9177c98e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/hostap/hostap_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ static char * __prism2_translate_scan(local_info_t *local,
}

/* TODO: add BeaconInt,resp_rate,atim into BSS table */
buf = kmalloc(MAX_WPA_IE_LEN * 2 + 30, GFP_KERNEL);
buf = kmalloc(MAX_WPA_IE_LEN * 2 + 30, GFP_ATOMIC);
if (buf && scan) {
memset(&iwe, 0, sizeof(iwe));
iwe.cmd = IWEVCUSTOM;
Expand Down

0 comments on commit 05329e2

Please sign in to comment.