commit | ee7cd10563b6c77350294df1a75c940cb59dd184 | [log] [tgz] |
---|---|---|
author | Bartosz Bilas <bartosz.bilas@hotmail.com> | Thu Nov 04 20:56:13 2021 +0100 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Sun Nov 07 15:02:43 2021 +0200 |
tree | b009454b9549d2705217f1f6553ef8460530c7bd | |
parent | 69f1236657e01a496e85a85223ac763d63db4b77 [diff] |
drivers: modem: improve modem context RSSI member The previous bf68b67 commit incorrectly passes minfo.mdm_rssi value to the modem context data_rssi member during the driver initialization which causes the `modem info` shell command to return 0 as RSSI value. Fix that by changing data_rssi modem ctx member to a pointer that is assigned to the RSSI variable stored within the modem driver context structure. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>