compat-wireless: refresh patches
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 2 Apr 2012 20:47:54 +0000 (13:47 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 2 Apr 2012 20:47:54 +0000 (13:47 -0700)
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/25-multicast-list_head.patch
patches/40-netdev-hw-features.patch

index 91c1da69f5988d7b9072c54e2517640ac1f790ec..9839263a2f000a275c5e17131d069b5583437dfe 100644 (file)
@@ -782,7 +782,7 @@ This also backport commit 2f787b0b76bf5de2eaa3ca3a29d89123ae03c856
  
 --- 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) {
@@ -794,7 +794,7 @@ This also backport commit 2f787b0b76bf5de2eaa3ca3a29d89123ae03c856
                                   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) {
@@ -806,7 +806,7 @@ This also backport commit 2f787b0b76bf5de2eaa3ca3a29d89123ae03c856
                                   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;
                        }
  
index 017dae923037e05d150b264cddcc40a0c1ed64c2..a71c240b564cd23a52fd9e22d8c253bac1b9c683 100644 (file)
@@ -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;