diff options
author | Daniel Hillenbrand <info@codeworkx.de> | 2012-06-05 23:54:30 +0300 |
---|---|---|
committer | Daniel Hillenbrand <info@codeworkx.de> | 2012-06-05 23:54:30 +0300 |
commit | b113d8b6fd4f8579f7e794a4f5dab8c6cc1dc598 (patch) | |
tree | d27affe158298a82f8d096d7efa75cb65127ee98 | |
parent | 4daf1d9b8ec976845666e4d61fae9fe35c856c9e (diff) | |
download | kernel_samsung_smdk4412-b113d8b6fd4f8579f7e794a4f5dab8c6cc1dc598.zip kernel_samsung_smdk4412-b113d8b6fd4f8579f7e794a4f5dab8c6cc1dc598.tar.gz kernel_samsung_smdk4412-b113d8b6fd4f8579f7e794a4f5dab8c6cc1dc598.tar.bz2 |
bcmdhd: build with -DPNO_SUPPORT
-rw-r--r-- | drivers/net/wireless/bcmdhd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/bcmdhd/Makefile b/drivers/net/wireless/bcmdhd/Makefile index 276ef4f..15d6c7c 100644 --- a/drivers/net/wireless/bcmdhd/Makefile +++ b/drivers/net/wireless/bcmdhd/Makefile @@ -7,8 +7,7 @@ DHDCFLAGS = -Wall -Wstrict-prototypes -Dlinux -DBCMDRIVER \ -DMMC_SDIO_ABORT -DBCMSDIO -DBCMLXSDMMC -DBCMPLATFORM_BUS -DWLP2P \ -DNEW_COMPAT_WIRELESS -DWIFI_ACT_FRAME -DARP_OFFLOAD_SUPPORT \ -DKEEP_ALIVE -DCSCAN -DPKT_FILTER_SUPPORT \ - -DEMBEDDED_PLATFORM -#-DPNO_SUPPORT + -DEMBEDDED_PLATFORM -DPNO_SUPPORT # distinguish between the 43xx chip ifeq ($(CONFIG_BCM4334),m) |