Skip to content

Commit 8358ee4

Browse files
Dmitry ShmidtKali-
Dmitry Shmidt
authored andcommitted
net: wireless: Add get_country_code functionality to platform
1 parent 17cc170 commit 8358ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/wlan_plat.h

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ struct wifi_platform_data {
2222
int (*set_carddetect)(int val);
2323
void *(*mem_prealloc)(int section, unsigned long size);
2424
int (*get_mac_addr)(unsigned char *buf);
25+
void *(*get_country_code)(char *ccode);
2526
int dot11n_enable;
2627
int cscan_enable;
2728
};

0 commit comments

Comments
 (0)