NordicPlayground / nrf70-linux-driver

Linux driver for the nRF70 series of ICs
https://www.nordicsemi.com/Products/nRF7002
GNU General Public License v2.0
11 stars 15 forks source link

manifest: Pull changes to disable DFS channels in scan #42

Closed ajayparida closed 9 months ago

ajayparida commented 9 months ago

This commit pulls changes for disabling DFS channels in scan.

krish2718 commented 9 months ago

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
nrfxlib https://github.com/nrfconnect/sdk-nrfxlib/commit/a086c1b1fc89c4326926580b84ba3745371a58f9 https://github.com/nrfconnect/sdk-nrfxlib/commit/d1b2fd1d0fb08395a4dcc99883d9a7cffc12745f nrfconnect/sdk-nrfxlib@a086c1b1..d1b2fd1d

Note: This message is automatically posted and updated by the Manifest GitHub Action.

krish2718 commented 9 months ago

if you don't pass this flag, then by default Linux disables DFS channels but Zephyr enables, please fix this.

ajayparida commented 9 months ago

if you don't pass this flag, then by default Linux disables DFS channels but Zephyr enables, please fix this.

Updated the Makefile to handle it. But by default it will be enabled for linux also.

krish2718 commented 9 months ago

Manifest will be updated in https://github.com/NordicPlayground/nrf70-linux-driver/pull/45