|
@@ -212,7 +212,7 @@ mwifiex_info_read(struct file *file, char __user *ubuf,
|
|
|
p += sprintf(p, "essid=\"%s\"\n", info.ssid.ssid);
|
|
|
p += sprintf(p, "bssid=\"%pM\"\n", info.bssid);
|
|
|
p += sprintf(p, "channel=\"%d\"\n", (int) info.bss_chan);
|
|
|
- p += sprintf(p, "region_code = \"%02x\"\n", info.region_code);
|
|
|
+ p += sprintf(p, "country_code = \"%s\"\n", info.country_code);
|
|
|
|
|
|
netdev_for_each_mc_addr(ha, netdev)
|
|
|
p += sprintf(p, "multicast_address[%d]=\"%pM\"\n",
|