Hello,

the following patches points to a compilation problem with svn
revision r24041 and gives one possible solution.

Bye,

Joerg

Index: package/mac80211/patches/800-b43-gpio-mask-module-option.patch
===================================================================
--- package/mac80211/patches/800-b43-gpio-mask-module-option.patch      
(revision 24041)
+++ package/mac80211/patches/800-b43-gpio-mask-module-option.patch      
(working copy)
@@ -22,15 +22,22 @@
  static int modparam_bad_frames_preempt;
  module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 
0444);
  MODULE_PARM_DESC(bad_frames_preempt,
-@@ -2534,10 +2539,10 @@ static int b43_gpio_init(struct b43_wlde
+@@ -2534,17 +2534,9 @@
                    & ~B43_MACCTL_GPOUTSMSK);
  
        b43_write16(dev, B43_MMIO_GPIO_MASK, b43_read16(dev, B43_MMIO_GPIO_MASK)
+-#ifndef CONFIG_GPIOMMC
 -                  | 0x000F);
+-#else
+-                  | 0x0001);
+-#endif
 +                  | modparam_gpiomask);
- 
        mask = 0x0000001F;
+-#ifndef CONFIG_GPIOMMC
 -      set = 0x0000000F;
+-#else
+-      set = 0x00000001;
+-#endif
 +      set = modparam_gpiomask;
        if (dev->dev->bus->chip_id == 0x4301) {
                mask |= 0x0060;

Attachment: signature.asc
Description: Digital signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to