Skip to content

Commit

Permalink
Revert "net: wireless: use bcmdhd4358a3 for trelte"
Browse files Browse the repository at this point in the history
* There is a chance that the a3 driver is not properly compatible with our A1 Revision chips
* And is causing WiFi not to properly scan while a sim is inserted (Syrian SIM cars so far)
* This seems to be caused by region setter
* More discussion here universal5433/android_device_samsung_trelte-common#33 (comment)
* The issue is possibly related to DHD_SET_COUNTRY_SUPPORT
  • Loading branch information
ananjaser1211 committed Aug 10, 2023
1 parent beb4592 commit 560373c
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) += bcmdhd4358a3/
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358a3/dhd_custom_memprealloc.o
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358a3/dhd_custom_exynos.o
obj-$(CONFIG_BCM4358) += bcmdhd4358/
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358/dhd_custom_memprealloc.o
obj-$(CONFIG_MACH_UNIVERSAL5433) += bcmdhd4358/dhd_custom_exynos.o
endif

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

0 comments on commit 560373c

Please sign in to comment.