mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +01:00
libnm-core: update BAND and CHANNEL ifcfg-rh description
We support BAND variable now.
This commit is contained in:
parent
a244e61688
commit
3bcba5ddf9
1 changed files with 7 additions and 3 deletions
|
|
@ -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---
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue