summaryrefslogtreecommitdiff
path: root/patches/0090-remove-GRO_CONSUMED.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0090-remove-GRO_CONSUMED.patch')
-rw-r--r--patches/0090-remove-GRO_CONSUMED.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/0090-remove-GRO_CONSUMED.patch b/patches/0090-remove-GRO_CONSUMED.patch
index a2bf2cc6..b2abfa96 100644
--- a/patches/0090-remove-GRO_CONSUMED.patch
+++ b/patches/0090-remove-GRO_CONSUMED.patch
@@ -4,7 +4,7 @@ older kernel versions.
--- a/drivers/net/wireless/ath/wil6210/txrx.c
+++ b/drivers/net/wireless/ath/wil6210/txrx.c
-@@ -750,7 +750,9 @@ void wil_netif_rx_any(struct sk_buff *sk
+@@ -924,7 +924,9 @@ void wil_netif_rx(struct sk_buff *skb, s
[GRO_HELD] = "GRO_HELD",
[GRO_NORMAL] = "GRO_NORMAL",
[GRO_DROP] = "GRO_DROP",
@@ -13,4 +13,4 @@ older kernel versions.
+#endif /* > 4.11 */
};
- wil->txrx_ops.get_netif_rx_params(skb, &cid, &security);
+ if (wdev->iftype == NL80211_IFTYPE_STATION) {