From 9d96e6925722d39da6be6ce78e570fe5cc7fbafb Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Sun, 5 Jan 2020 14:24:04 +0100 Subject: [PATCH] add more reminder of channel list change --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 0e3f1fb..64e56c7 100644 --- a/doc/README.md +++ b/doc/README.md @@ -207,7 +207,7 @@ Then not difficult to find out how to change the frequency range in SDR_2GHZ_CH0 ### supported channel -The supported channel list is defined in openwifi_2GHz_channels and openwifi_5GHz_channels in sdr.h. If you change the number of supported channels, make sure you also change the array size of the following two fields in the struct openwifi_priv: +The supported channel list is defined in openwifi_2GHz_channels and openwifi_5GHz_channels in sdr.h. If you change the number of supported channels, make sure you also change the frequency range in sdr_regd accordingly and also array size of the following two fields in the struct openwifi_priv: ``` struct ieee80211_channel channels_2GHz[14]; struct ieee80211_channel channels_5GHz[11];