mac80211: b43: fix prefix for config options
[openwrt.git] / package / kernel / mac80211 / patches / 830-b43-workaround-pcie-bcm4716.patch
index e55d4fe..c039f41 100644 (file)
@@ -62,7 +62,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
 +{
 +      if (dev->bus_type == B43_BUS_SSB)
 +              return (dev->sdev->bus->bustype == SSB_BUSTYPE_PCI);
-+#ifdef CONFIG_B43_BCMA
++#ifdef CPTCFG_B43_BCMA
 +      if (dev->bus_type == B43_BUS_BCMA)
 +              return (dev->bdev->bus->hosttype == BCMA_HOSTTYPE_PCI);
 +#endif