brcm47xx: add fallback sprom for pci devices without an own sprom.
[openwrt/svn-archive/archive.git] / package / broadcom-wl / patches / 003-compat-2.6.35.patch
index 3bb786c1405c23bafccf138624be1028a85c339d..a51cfcdf60571c06e38303eecbd779cc5bb8b2e7 100644 (file)
@@ -1,19 +1,17 @@
 --- a/driver/wl_linux.c
 +++ b/driver/wl_linux.c
-@@ -2082,8 +2082,12 @@ static void
+@@ -2082,7 +2082,11 @@ static void
  _wl_set_multicast_list(struct net_device *dev)
  {
        wl_info_t *wl;
 +#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,34)
        struct dev_mc_list *mclist;
--      int i;
 +#else
 +      struct netdev_hw_addr *ha;
 +#endif
-+      int i = 0;
+       int i;
  
        if (!dev)
-               return;
 @@ -2098,14 +2102,23 @@ _wl_set_multicast_list(struct net_device
                wl->pub->allmulti = (dev->flags & IFF_ALLMULTI)? TRUE: FALSE;