From: Kalle Valo Date: Mon, 30 Nov 2009 08:18:12 +0000 (+0200) Subject: wl1251: use __dev_alloc_skb() on RX X-Git-Tag: v2.6.34-rc1~233^2~705^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd1e9a91ea55594cbcc9847dbb9392e341cbefd;p=pandora-kernel.git wl1251: use __dev_alloc_skb() on RX 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed