diff options
-rw-r--r-- | drivers/net/wireless/ath/wil6210/txrx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/wil6210/txrx.c b/drivers/net/wireless/ath/wil6210/txrx.c index 18003c0d5141..9b88440ef05b 100644 --- a/drivers/net/wireless/ath/wil6210/txrx.c +++ b/drivers/net/wireless/ath/wil6210/txrx.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/ip.h> | 21 | #include <linux/ip.h> |
22 | #include <linux/ipv6.h> | 22 | #include <linux/ipv6.h> |
23 | #include <net/ipv6.h> | 23 | #include <net/ipv6.h> |
24 | #include <asm/processor.h> | ||
24 | 25 | ||
25 | #include "wil6210.h" | 26 | #include "wil6210.h" |
26 | #include "wmi.h" | 27 | #include "wmi.h" |
@@ -377,6 +378,8 @@ static struct sk_buff *wil_vring_reap_rx(struct wil6210_priv *wil, | |||
377 | } | 378 | } |
378 | skb_trim(skb, dmalen); | 379 | skb_trim(skb, dmalen); |
379 | 380 | ||
381 | prefetch(skb->data); | ||
382 | |||
380 | wil_hex_dump_txrx("Rx ", DUMP_PREFIX_OFFSET, 16, 1, | 383 | wil_hex_dump_txrx("Rx ", DUMP_PREFIX_OFFSET, 16, 1, |
381 | skb->data, skb_headlen(skb), false); | 384 | skb->data, skb_headlen(skb), false); |
382 | 385 | ||