openwifi/user_space/set_csma_normal.sh

11 lines
193 B
Bash
Raw Normal View History

2019-12-10 13:03:47 +00:00
#!/bin/bash
2021-01-20 12:30:12 +00:00
# SPDX-FileCopyrightText: 2019 Jiao Xianjun <putaoshu@msn.com>
# SPDX-License-Identifier: AGPL-3.0-or-later
2019-12-10 13:03:47 +00:00
./sdrctl dev sdr0 get reg xpu 19
2020-07-04 11:07:34 +00:00
./sdrctl dev sdr0 set reg xpu 19 3
2019-12-10 13:03:47 +00:00