diff options
author | Nitin Bindal <nbindal@nvidia.com> | 2012-04-11 17:30:33 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-04-13 21:06:38 -0700 |
commit | 5882fd8418c9a26973c22edef8f218317c82300e (patch) | |
tree | ada4c300b1d8f429c3e59a3132d062c27ec5ec36 /arch/arm/configs/tegra_android_defconfig | |
parent | 8a8102c27d38136eb2ac0a4c6a66999a1862047b (diff) |
arch: arm: configs: Disable Custom Regulatory
By default BCMDHD_CUSTOM_REGULATORY_DOMAIN is enabled.
Custom Regulatory domain(CRD) set by bcmdhd driver does not
enable 5GHz band scan. If we disable this config variable,
then CRD of driver will not be used and Kernel will use
default CRD which supports both 2.4 GHz and 5 GHz scan.
So, disable this config variable.
Bug 947472
Change-Id: I051db89cba38e2bb07eb716eec2e74611ad89f06
Signed-off-by: Nitin Bindal <nbindal@nvidia.com>
Reviewed-on: http://git-master/r/95850
Reviewed-by: Simone Willett <swillett@nvidia.com>
Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/configs/tegra_android_defconfig')
-rw-r--r-- | arch/arm/configs/tegra_android_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_android_defconfig b/arch/arm/configs/tegra_android_defconfig index 053b374d0ff6..b679b4096996 100644 --- a/arch/arm/configs/tegra_android_defconfig +++ b/arch/arm/configs/tegra_android_defconfig @@ -214,6 +214,7 @@ CONFIG_BCMDHD_WIFI_CONTROL_FUNC=y CONFIG_BCMDHD_HW_OOB=y CONFIG_BCMDHD_CSCAN_ENABLE=y CONFIG_BCMDHD_INSMOD_NO_FW_LOAD=y +# CONFIG_BCMDHD_CUSTOM_REGULATORY_DOMAIN is not set CONFIG_USB_USBNET=y # CONFIG_USB_NET_NET1080 is not set # CONFIG_USB_BELKIN is not set |