commit | 5107691441abacf6ec12398bf2785deae2edec45 | [log] [tgz] |
---|---|---|
author | Bartosz Bilas <b.bilas@grinn-global.com> | Wed Oct 20 17:43:08 2021 +0200 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Tue Oct 26 14:47:38 2021 +0300 |
tree | fb556e10f40c3231b2d4f08a3fa8486d531556c8 | |
parent | cb30cc5f8cf56009e5f03941df6eac0baa8264f0 [diff] |
drivers: modem: gsm: allow the user to get modem information Make modem_info structure public in order to allow the user to get modem information using gsm_ppp_modem_info function. Move modem info query commands into separate function that's called only once during gsm configuring because there is no necessity to re-querying modem since they should not change. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>