Skip to content

Commit

Permalink
net: wireless: use bcmdhd4358a3 for trelte
Browse files Browse the repository at this point in the history
* BCM4358 DHD 1.47.61
* Nougat Wireless driver, works on both trelte and gts2 instead of trelte MM driver
  • Loading branch information
ananjaser1211 committed Oct 17, 2019
1 parent f3c52a2 commit 9651661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/net/wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ obj-$(CONFIG_AIRO) += airo.o
obj-$(CONFIG_AIRO_CS) += airo_cs.o airo.o

obj-$(CONFIG_ATMEL) += atmel.o
obj-$(CONFIG_PCI_ATMEL) += atmel_pci.o
obj-$(CONFIG_PCI_ATMEL) += atmel_pci.o
obj-$(CONFIG_PCMCIA_ATMEL) += atmel_cs.o

obj-$(CONFIG_AT76C50X_USB) += at76c50x-usb.o
Expand Down Expand Up @@ -62,9 +62,9 @@ obj-$(CONFIG_BCM4358_A3) += bcmdhd4358a3/
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358a3/dhd_custom_memprealloc.o
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358a3/dhd_custom_exynos.o
else ifneq ($(CONFIG_BCM4358),)
obj-$(CONFIG_BCM4358) += bcmdhd4358/
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358/dhd_custom_memprealloc.o
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358/dhd_custom_exynos.o
obj-$(CONFIG_BCM4358) += bcmdhd4358a3/
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358a3/dhd_custom_memprealloc.o
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358a3/dhd_custom_exynos.o
endif

obj-$(CONFIG_BCM4354) += bcmdhd/
Expand Down

0 comments on commit 9651661

Please sign in to comment.