net: wireless: Add get_country_code functionality to platform
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
ded18b9ba5
commit
83e28b7f21
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ struct wifi_platform_data {
|
||||||
int (*set_carddetect)(int val);
|
int (*set_carddetect)(int val);
|
||||||
void *(*mem_prealloc)(int section, unsigned long size);
|
void *(*mem_prealloc)(int section, unsigned long size);
|
||||||
int (*get_mac_addr)(unsigned char *buf);
|
int (*get_mac_addr)(unsigned char *buf);
|
||||||
|
void *(*get_country_code)(char *ccode);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue