Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5988c62 authored by Karthik D A's avatar Karthik D A Committed by Kalle Valo
Browse files

mwifiex: add region code information in debugfs



region code is an EEPROM setting received from firmware. Let's display
this in debugfs along with other information.

Signed-off-by: default avatarKarthik D A <karthida@marvell.com>
Signed-off-by: default avatarAmitkumar Karwar <akarwar@marvell.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 902831a7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -118,6 +118,8 @@ mwifiex_info_read(struct file *file, char __user *ubuf,
		p += sprintf(p, "bssid=\"%pM\"\n", info.bssid);
		p += sprintf(p, "channel=\"%d\"\n", (int) info.bss_chan);
		p += sprintf(p, "country_code = \"%s\"\n", info.country_code);
		p += sprintf(p, "region_code=\"0x%x\"\n",
			     priv->adapter->region_code);

		netdev_for_each_mc_addr(ha, netdev)
			p += sprintf(p, "multicast_address[%d]=\"%pM\"\n",