summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rsi/rsi_91x_debugfs.c
diff options
context:
space:
mode:
authorPrameela Rani Garnepudi <prameela.j04cs@gmail.com>2017-07-06 17:37:05 +0300
committerKalle Valo <kvalo@codeaurora.org>2017-07-28 17:22:33 +0300
commit09cfb41f35799af91372105a40c0d173e4fef6e5 (patch)
treedce152021288418a7f33220b782d0a8ee3b518f1 /drivers/net/wireless/rsi/rsi_91x_debugfs.c
parente0d0ae8a4304ce6be488570d085bef278fe941dd (diff)
downloadlinux-09cfb41f35799af91372105a40c0d173e4fef6e5.tar.xz
rsi: changes in eeprom read frame
EEPROM read frame is sent during device initialization to read mac address. The format of the frame is modified in firmware to include eeprom length and offset. This frame does not return firmware version now. Also same frame is sent again to read rf type and band information. Signed-off-by: Prameela Rani Garnepudi <prameela.j04cs@gmail.com> Signed-off-by: Amitkumar Karwar <amit.karwar@redpinesignals.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/rsi/rsi_91x_debugfs.c')
-rw-r--r--drivers/net/wireless/rsi/rsi_91x_debugfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rsi/rsi_91x_debugfs.c b/drivers/net/wireless/rsi/rsi_91x_debugfs.c
index f3b91b656351..e98eb55c26cc 100644
--- a/drivers/net/wireless/rsi/rsi_91x_debugfs.c
+++ b/drivers/net/wireless/rsi/rsi_91x_debugfs.c
@@ -130,6 +130,7 @@ static int rsi_stats_read(struct seq_file *seq, void *data)
"FSM_COMMON_DEV_PARAMS_SENT",
"FSM_BOOT_PARAMS_SENT",
"FSM_EEPROM_READ_MAC_ADDR",
+ "FSM_EEPROM_READ_RF_TYPE",
"FSM_RESET_MAC_SENT",
"FSM_RADIO_CAPS_SENT",
"FSM_BB_RF_PROG_SENT",