summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-11-19 09:21:23 +0100
committerDan Winship <danw@redhat.com>2014-11-19 09:24:10 -0500
commit3bcba5ddf9ec6dcaa62d6952f477eff1aee02b0e (patch)
tree4bd579cb70a52e11271dfe68fdaf488dee1e770e
parenta244e616887d75eb080c4297a24ed0460a9fda60 (diff)
downloadNetworkManager-3bcba5ddf9ec6dcaa62d6952f477eff1aee02b0e.tar.gz
libnm-core: update BAND and CHANNEL ifcfg-rh description
We support BAND variable now.
-rw-r--r--libnm-core/nm-setting-wireless.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-wireless.c b/libnm-core/nm-setting-wireless.c
index 64640f2697..f8d22c2d00 100644
--- a/libnm-core/nm-setting-wireless.c
+++ b/libnm-core/nm-setting-wireless.c
@@ -1047,9 +1047,11 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
**/
/* ---ifcfg-rh---
* property: band
- * variable: CHANNEL
- * description: Channels greater than 14 mean "a" band, otherwise the band is "bg".
- * example: CHANNEL=6
+ * variable: BAND(+)
+ * values: a, bg
+ * description: BAND alone is honored, but CHANNEL overrides BAND since it
+ * implies a band.
+ * example: BAND=bg
* ---end---
*/
g_object_class_install_property
@@ -1071,6 +1073,8 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
* property: channel
* variable: CHANNEL
* description: Channel used for the Wi-Fi communication.
+ * Channels greater than 14 mean "a" band, otherwise the
+ * band is "bg".
* example: CHANNEL=6
* ---end---
*/