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

Radio test support #24

Closed ajayparida closed 1 year ago

ajayparida commented 1 year ago

Changes for supporting radio-test mode.

krish2718 commented 1 year ago

can you please fixup the last two commits in to the main one, total this should have 2 commits.

ajayparida commented 1 year ago

can you please rename

wlan_fmac_conf.c -> radio_test.c (if there are common functions we can move it to main.c) wlan_fmac_stats.c->stats.c`

Renamed files as suggested above.