Path: blob/master/ALFA-W1F1/RTL8814AU/platform/custom_country_chplan.h
1307 views
/******************************************************************************1*2* Copyright(c) 2013 - 2017 Realtek Corporation.3*4* This program is free software; you can redistribute it and/or modify it5* under the terms of version 2 of the GNU General Public License as6* published by the Free Software Foundation.7*8* This program is distributed in the hope that it will be useful, but WITHOUT9* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or10* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for11* more details.12*13*****************************************************************************/1415#error "You have defined CONFIG_CUSTOMIZED_COUNTRY_CHPLAN_MAP to use a customized map of your own instead of the default one"16#error "Before removing these error notifications, please make sure regulatory certification requirements of your target markets"1718static const struct country_chplan CUSTOMIZED_country_chplan_map[] = {19COUNTRY_CHPLAN_ENT("TW", 0x76, 1, 0x3FF), /* Taiwan */20};21222324