1 /* SPDX-License-Identifier: GPL-2.0-only */
7 /* WRDD Spec Revision */
8 #define WRDD_REVISION 0x0
11 #define WRDD_DOMAIN_TYPE_WIFI 0x7
13 /* Default regulatory domain ID */
14 #define WRDD_DEFAULT_REGULATORY_DOMAIN 0x4150
15 /* INDONESIA regulatory domain ID */
16 #define WRDD_REGULATORY_DOMAIN_INDONESIA 0x4944
18 /* Retrieve the regulatory domain information */
19 uint16_t wifi_regulatory_domain(void);