libnm-core: update BAND and CHANNEL ifcfg-rh description
We support BAND variable now.
This commit is contained in:
@@ -1047,9 +1047,11 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
|
|||||||
**/
|
**/
|
||||||
/* ---ifcfg-rh---
|
/* ---ifcfg-rh---
|
||||||
* property: band
|
* property: band
|
||||||
* variable: CHANNEL
|
* variable: BAND(+)
|
||||||
* description: Channels greater than 14 mean "a" band, otherwise the band is "bg".
|
* values: a, bg
|
||||||
* example: CHANNEL=6
|
* description: BAND alone is honored, but CHANNEL overrides BAND since it
|
||||||
|
* implies a band.
|
||||||
|
* example: BAND=bg
|
||||||
* ---end---
|
* ---end---
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
@@ -1071,6 +1073,8 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
|
|||||||
* property: channel
|
* property: channel
|
||||||
* variable: CHANNEL
|
* variable: CHANNEL
|
||||||
* description: Channel used for the Wi-Fi communication.
|
* description: Channel used for the Wi-Fi communication.
|
||||||
|
* Channels greater than 14 mean "a" band, otherwise the
|
||||||
|
* band is "bg".
|
||||||
* example: CHANNEL=6
|
* example: CHANNEL=6
|
||||||
* ---end---
|
* ---end---
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user