aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/oprofile
diff options
context:
space:
mode:
authorMing Lei <tom.leiming@gmail.com>2010-04-13 00:28:53 +0800
committerJohn W. Linville <linville@tuxdriver.com>2010-04-14 14:52:42 -0400
commitf28a7b30cdaa936bdbdc0a2018241936fb56cae6 (patch)
tree5ab13f5102f61702c5684fac4c8a546bb1396284 /arch/parisc/oprofile
parent87d77c4ef132599eb3a6c49520719d39f7341efd (diff)
downloadkernel_samsung_smdk4412-f28a7b30cdaa936bdbdc0a2018241936fb56cae6.zip
kernel_samsung_smdk4412-f28a7b30cdaa936bdbdc0a2018241936fb56cae6.tar.gz
kernel_samsung_smdk4412-f28a7b30cdaa936bdbdc0a2018241936fb56cae6.tar.bz2
ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbs
In ath9k_hif_usb_alloc_rx_urbs, ath9k-htc will pass skb->data into usb hcd and usb hcd will do dma mapping and unmapping to the buffer pointed by skb->data, so we should pass a cache-line aligned address. This patch replace __dev_alloc_skb with alloc_skb to make skb->data pointed to a cacheline aligned address simply since ath9k-htc does not skb_push on the skb and pass it to mac80211, also use kfree_skb to free the skbs allocated by alloc_skb(we can use kfree_skb safely in hardirq context since skb->destructor is NULL always in the path). Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'arch/parisc/oprofile')
0 files changed, 0 insertions, 0 deletions