wifi: update bcm4329 driver to support the max number of channels
This commit is contained in:
parent
0cea378785
commit
77b6a8319d
1 changed files with 3 additions and 0 deletions
|
|
@ -1265,6 +1265,9 @@ dhd_preinit_ioctls(dhd_pub_t *dhd)
|
|||
memcpy(dhd->mac.octet, (void *)&ea_addr, ETHER_ADDR_LEN);
|
||||
}
|
||||
#endif /* GET_CUSTOM_MAC_ENABLE */
|
||||
|
||||
memset(dhd->country_code, 0, sizeof(dhd->country_code));
|
||||
strncpy(dhd->country_code,"JP", 2); //set max numbers of radio channels
|
||||
|
||||
/* Set Country code */
|
||||
if (dhd->country_code[0] != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue