Skip to content

Commit

Permalink
wl1271: Set FCC regulatory domain by default
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
  • Loading branch information
Dmitry Shmidt committed Jan 21, 2010
1 parent 9b3da43 commit e6b30fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wilink_6_1/wpa_supplicant_lib/driver_ti.c
Expand Up @@ -53,7 +53,7 @@ static int check_and_get_build_channels( void )
#ifdef ANDROID
char prop_status[PROPERTY_VALUE_MAX];
char *prop_name = "ro.wifi.channels";
int i, default_channels = NUMBER_SCAN_CHANNELS_ETSI;
int i, default_channels = NUMBER_SCAN_CHANNELS_FCC;

if( property_get(prop_name, prop_status, NULL) ) {
i = atoi(prop_status);
Expand Down

0 comments on commit e6b30fd

Please sign in to comment.