git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fa6282
)
wl1251: use __dev_alloc_skb() on RX
author
Kalle Valo
<kalle.valo@nokia.com>
Mon, 30 Nov 2009 08:18:12 +0000
(10:18 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 21 Dec 2009 23:55:54 +0000
(18:55 -0500)
RX is handled in a workqueue therefore allocating for GFP_ATOMIC
is overkill and not required.
Based on a patch for wl1271 by Luis R. Rodriguez.
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found