Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3d2b29e authored by Wilson Yang's avatar Wilson Yang Committed by Madan Mohan Koyyalamudi
Browse files

wlan: Disable channel 120,124,128 for ARGENTINA

Samsung informed that Regulatory Domain of ARGENTINA will be
changed from November Y2013.5600~5650 Mhz (ch120~128) will
not be used anymore.

Change-Id: I2c556d4416de744783e4c6a581eb7ea7ab3ac1b3
CRs-fixed: 553253
parent c0eda4f5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ RSSI *cannot* be more than 0xFF or less than 0 for meaningful WLAN operation
/* Maximum number of channels per country can be ignored */
#define MAX_CHANNELS_IGNORE 10

#define MAX_COUNTRY_IGNORE 4
#define MAX_COUNTRY_IGNORE 5

#define THIRTY_PERCENT(x)  (x*30/100);

@@ -133,7 +133,8 @@ static tCsrIgnoreChannels countryIgnoreList[MAX_COUNTRY_IGNORE] = {
    { {'U','A'}, { 136, 140}, 2},
    { {'T','W'}, { 36, 40, 44, 48, 52}, 5},
    { {'I','D'}, { 165}, 1 },
    { {'A','U'}, { 120, 124, 128}, 3 }
    { {'A','U'}, { 120, 124, 128}, 3 },
    { {'A','G'}, { 120, 124, 128}, 3 }
    };

//*** This is temporary work around. It need to call CCM api to get to CFG later