mirror of
https://github.com/apache/nuttx.git
synced 2026-06-22 15:32:49 +08:00
f9912abf5f
Coexistence policy does not belong in the driver. Replace the in-driver priority-boost arbitration (the NRF91_MODEM_GNSS_BOOST_PRIO knob and the NOT_ENOUGH_WINDOW_TIME counter heuristic) with a user space mechanism: SNIOC_GNSS_SET_PRIORITY toggles nrf_modem_gnss priority mode on request, leaving the when-to-use-it decision to the application. Signed-off-by: raiden00pl <raiden00@railab.me>