summaryrefslogtreecommitdiff
path: root/patches/40-netdev-hw-features.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/40-netdev-hw-features.patch')
-rw-r--r--patches/40-netdev-hw-features.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/40-netdev-hw-features.patch b/patches/40-netdev-hw-features.patch
index 017dae92..a71c240b 100644
--- a/patches/40-netdev-hw-features.patch
+++ b/patches/40-netdev-hw-features.patch
@@ -348,7 +348,7 @@ Date: Thu Apr 7 07:32:18 2011 +0000
static void ath6kl_set_multicast_list(struct net_device *ndev)
{
-@@ -1195,7 +1197,9 @@ static const struct net_device_ops ath6k
+@@ -1207,7 +1209,9 @@ static const struct net_device_ops ath6k
.ndo_stop = ath6kl_close,
.ndo_start_xmit = ath6kl_data_tx,
.ndo_get_stats = ath6kl_get_stats,
@@ -358,7 +358,7 @@ Date: Thu Apr 7 07:32:18 2011 +0000
.ndo_set_rx_mode = ath6kl_set_multicast_list,
};
-@@ -1210,7 +1214,11 @@ void init_netdev(struct net_device *dev)
+@@ -1222,7 +1226,11 @@ void init_netdev(struct net_device *dev)
sizeof(struct wmi_data_hdr) + HTC_HDR_LENGTH
+ WMI_MAX_TX_META_SZ + ATH6KL_HTC_ALIGN_BYTES;