mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-28 12:34:26 -04:00 
			
		
		
		
	Based on patch by Bryan Forbes <bryan@reigndropsfall.net> Also update mt76 to update for API changes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44655
		
			
				
	
	
		
			128 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			128 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/.local-symbols
 | |
| +++ b/.local-symbols
 | |
| @@ -344,40 +344,3 @@ USB_CDC_PHONET=
 | |
|  USB_IPHETH=
 | |
|  USB_SIERRA_NET=
 | |
|  USB_VL600=
 | |
| -SSB_POSSIBLE=
 | |
| -SSB=
 | |
| -SSB_SPROM=
 | |
| -SSB_BLOCKIO=
 | |
| -SSB_PCIHOST_POSSIBLE=
 | |
| -SSB_PCIHOST=
 | |
| -SSB_B43_PCI_BRIDGE=
 | |
| -SSB_PCMCIAHOST_POSSIBLE=
 | |
| -SSB_PCMCIAHOST=
 | |
| -SSB_SDIOHOST_POSSIBLE=
 | |
| -SSB_SDIOHOST=
 | |
| -SSB_SILENT=
 | |
| -SSB_DEBUG=
 | |
| -SSB_SERIAL=
 | |
| -SSB_DRIVER_PCICORE_POSSIBLE=
 | |
| -SSB_DRIVER_PCICORE=
 | |
| -SSB_PCICORE_HOSTMODE=
 | |
| -SSB_DRIVER_MIPS=
 | |
| -SSB_SFLASH=
 | |
| -SSB_EMBEDDED=
 | |
| -SSB_DRIVER_EXTIF=
 | |
| -SSB_DRIVER_GIGE=
 | |
| -SSB_DRIVER_GPIO=
 | |
| -BCMA_POSSIBLE=
 | |
| -BCMA=
 | |
| -BCMA_BLOCKIO=
 | |
| -BCMA_HOST_PCI_POSSIBLE=
 | |
| -BCMA_HOST_PCI=
 | |
| -BCMA_DRIVER_PCI_HOSTMODE=
 | |
| -BCMA_HOST_SOC=
 | |
| -BCMA_DRIVER_PCI=
 | |
| -BCMA_DRIVER_MIPS=
 | |
| -BCMA_SFLASH=
 | |
| -BCMA_NFLASH=
 | |
| -BCMA_DRIVER_GMAC_CMN=
 | |
| -BCMA_DRIVER_GPIO=
 | |
| -BCMA_DEBUG=
 | |
| --- a/Makefile.kernel
 | |
| +++ b/Makefile.kernel
 | |
| @@ -38,8 +38,6 @@ obj-$(CPTCFG_MAC80211) += net/mac80211/
 | |
|  obj-$(CPTCFG_WLAN) += drivers/net/wireless/
 | |
|  #obj-$(CPTCFG_BT) += net/bluetooth/
 | |
|  #obj-$(CPTCFG_BT) += drivers/bluetooth/
 | |
| -obj-$(CPTCFG_SSB) += drivers/ssb/
 | |
| -obj-$(CPTCFG_BCMA) += drivers/bcma/
 | |
|  #obj-$(CPTCFG_ETHERNET) += drivers/net/ethernet/
 | |
|  obj-$(CPTCFG_USB_NET_RNDIS_WLAN) += drivers/net/usb/
 | |
|  #obj-$(CPTCFG_NFC) += net/nfc/
 | |
| --- a/drivers/net/wireless/b43/main.c
 | |
| +++ b/drivers/net/wireless/b43/main.c
 | |
| @@ -2866,7 +2866,7 @@ static struct ssb_device *b43_ssb_gpio_d
 | |
|  {
 | |
|  	struct ssb_bus *bus = dev->dev->sdev->bus;
 | |
|  
 | |
| -#ifdef CPTCFG_SSB_DRIVER_PCICORE
 | |
| +#ifdef CONFIG_SSB_DRIVER_PCICORE
 | |
|  	return (bus->chipco.dev ? bus->chipco.dev : bus->pcicore.dev);
 | |
|  #else
 | |
|  	return bus->chipco.dev;
 | |
| @@ -4907,7 +4907,7 @@ static int b43_wireless_core_init(struct
 | |
|  	}
 | |
|  	if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
 | |
|  		hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
 | |
| -#if defined(CPTCFG_B43_SSB) && defined(CPTCFG_SSB_DRIVER_PCICORE)
 | |
| +#if defined(CPTCFG_B43_SSB) && defined(CONFIG_SSB_DRIVER_PCICORE)
 | |
|  	if (dev->dev->bus_type == B43_BUS_SSB &&
 | |
|  	    dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI &&
 | |
|  	    dev->dev->sdev->bus->pcicore.dev->id.revision <= 10)
 | |
| --- a/drivers/net/wireless/b43legacy/main.c
 | |
| +++ b/drivers/net/wireless/b43legacy/main.c
 | |
| @@ -1937,7 +1937,7 @@ static int b43legacy_gpio_init(struct b4
 | |
|  	if (dev->dev->id.revision >= 2)
 | |
|  		mask  |= 0x0010; /* FIXME: This is redundant. */
 | |
|  
 | |
| -#ifdef CPTCFG_SSB_DRIVER_PCICORE
 | |
| +#ifdef CONFIG_SSB_DRIVER_PCICORE
 | |
|  	pcidev = bus->pcicore.dev;
 | |
|  #endif
 | |
|  	gpiodev = bus->chipco.dev ? : pcidev;
 | |
| @@ -1956,7 +1956,7 @@ static void b43legacy_gpio_cleanup(struc
 | |
|  	struct ssb_bus *bus = dev->dev->bus;
 | |
|  	struct ssb_device *gpiodev, *pcidev = NULL;
 | |
|  
 | |
| -#ifdef CPTCFG_SSB_DRIVER_PCICORE
 | |
| +#ifdef CONFIG_SSB_DRIVER_PCICORE
 | |
|  	pcidev = bus->pcicore.dev;
 | |
|  #endif
 | |
|  	gpiodev = bus->chipco.dev ? : pcidev;
 | |
| --- a/drivers/net/wireless/brcm80211/brcmsmac/Makefile
 | |
| +++ b/drivers/net/wireless/brcm80211/brcmsmac/Makefile
 | |
| @@ -43,6 +43,6 @@ brcmsmac-y := \
 | |
|  	brcms_trace_events.o \
 | |
|  	debug.o
 | |
|  
 | |
| -brcmsmac-$(CPTCFG_BCMA_DRIVER_GPIO) += led.o
 | |
| +brcmsmac-$(CONFIG_BCMA_DRIVER_GPIO) += led.o
 | |
|  
 | |
|  obj-$(CPTCFG_BRCMSMAC)	+= brcmsmac.o
 | |
| --- a/drivers/net/wireless/brcm80211/brcmsmac/led.h
 | |
| +++ b/drivers/net/wireless/brcm80211/brcmsmac/led.h
 | |
| @@ -22,7 +22,7 @@ struct brcms_led {
 | |
|  	bool active_low;
 | |
|  };
 | |
|  
 | |
| -#ifdef CPTCFG_BCMA_DRIVER_GPIO
 | |
| +#ifdef CONFIG_BCMA_DRIVER_GPIO
 | |
|  void brcms_led_unregister(struct brcms_info *wl);
 | |
|  int brcms_led_register(struct brcms_info *wl);
 | |
|  #else
 | |
| --- a/Kconfig.sources
 | |
| +++ b/Kconfig.sources
 | |
| @@ -9,9 +9,6 @@ source "$BACKPORT_DIR/drivers/net/wirele
 | |
|  #source "$BACKPORT_DIR/drivers/net/ethernet/Kconfig"
 | |
|  source "$BACKPORT_DIR/drivers/net/usb/Kconfig"
 | |
|  
 | |
| -source "$BACKPORT_DIR/drivers/ssb/Kconfig"
 | |
| -source "$BACKPORT_DIR/drivers/bcma/Kconfig"
 | |
| -
 | |
|  #source "$BACKPORT_DIR/net/nfc/Kconfig"
 | |
|  
 | |
|  #source "$BACKPORT_DIR/drivers/media/Kconfig"
 |