@@ -19,6 +19,13 @@ config BCM4335
19
19
This module adds support for wireless adapters based on
20
20
Broadcom 4335 chipset.
21
21
22
+ config BCM4339
23
+ tristate "Broadcom 4339 wireless cards support"
24
+ depends on WLAN
25
+ ---help---
26
+ This module adds support for wireless adapters based on
27
+ Broadcom 4339 chipset.
28
+
22
29
config BCM43241
23
30
tristate "Broadcom 43241 wireless cards support"
24
31
depends on WLAN
@@ -71,7 +78,7 @@ config DHD_USE_SCHED_SCAN
71
78
72
79
config BROADCOM_WIFI_RESERVED_MEM
73
80
bool "BROADCOM Reserved memory for wifi device"
74
- depends on (BCM4330 || BCM4334 || BCM4335 || BCM43241)
81
+ depends on (BCM4330 || BCM4334 || BCM4335 || BCM4339 || BCM43241)
75
82
---help---
76
83
This is a configuration for broadcom WLAN driver.
77
84
@@ -82,9 +89,15 @@ config BCM4335BT
82
89
---help---
83
90
This is a configuration for bt lock enable.
84
91
92
+ config WIFI_BROADCOM_COB
93
+ bool "BROADCOM COB type chip is enabled"
94
+ depends on (BCM4330 || BCM4334 || BCM4335 || BCM4339 || BCM43241)
95
+ ---help---
96
+ This is a configuration for COB type feature.
97
+
85
98
config WLAN_REGION_CODE
86
99
int "---Region codes for Broadcom WiFi Driver"
87
- depends on (BCM4330 || BCM4334 || BCM4335 || BCM43241)
100
+ depends on (BCM4330 || BCM4334 || BCM4335 || BCM4339 || BCM43241)
88
101
default 100
89
102
---help---
90
103
This is a region code for Broadcom Wi-Fi featured functions.
@@ -95,3 +108,23 @@ config WLAN_REGION_CODE
95
108
- 202 : KOR KTT
96
109
- 203 : KOR LGT
97
110
- 300 : CHN OPEN
111
+ - 400 : USA OPEN
112
+ - 401 : USA ATT
113
+ - 402 : USA TMO
114
+ - 403 : USA VZW
115
+ - 404 : USA SPR
116
+ - 405 : USA USC
117
+
118
+ config WIFI_2GHZ_VHT_NO_SUPPORT
119
+ bool "BROADCOM Reserved memory for wifi device"
120
+ depends on BCM4339
121
+ default n
122
+ ---help---
123
+ This is a configuration for 2GHZ VHT mode.
124
+
125
+ config WLAIBSS
126
+ bool "Advanced IBSS mode"
127
+ depends on (BCM4335 || BCM4339)
128
+ default y
129
+ ---help---
130
+ This is a configuration for Oxygen Network.
0 commit comments