1.使用iwconfig命令可以更改实时信道。eg: iwconfig "ath0" freq 5550M 参考:ubnt M5 的 /etc/sysinit/radio.conf
2.微波中Country Code:没有Compliance Test选项时:解决方法如下:
CLI进入微波:touch /etc/persistent/ct
save
reboot
3. ifconfig eth0 down 关闭网卡 ifconfig eth0 up 启用网卡 或者如下:
ip link set eth0 down 关闭网卡 ip link set eth0 up 启用网卡