--- a/drivers/net/wireless/ath/ath6kl/main.c
+++ b/drivers/net/wireless/ath/ath6kl/main.c
-@@ -1119,7 +1119,11 @@ static void ath6kl_set_multicast_list(st
+@@ -1117,7 +1117,11 @@ static void ath6kl_set_multicast_list(st
list_for_each_entry_safe(mc_filter, tmp, &vif->mc_filter, list) {
found = false;
netdev_for_each_mc_addr(ha, ndev) {
ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE) == 0) {
found = true;
break;
-@@ -1153,7 +1157,11 @@ static void ath6kl_set_multicast_list(st
+@@ -1151,7 +1155,11 @@ static void ath6kl_set_multicast_list(st
netdev_for_each_mc_addr(ha, ndev) {
found = false;
list_for_each_entry(mc_filter, &vif->mc_filter, list) {
ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE) == 0) {
found = true;
break;
-@@ -1168,7 +1176,11 @@ static void ath6kl_set_multicast_list(st
+@@ -1166,7 +1174,11 @@ static void ath6kl_set_multicast_list(st
goto out;
}
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,
.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;