wifi: fix wifi device 'mode' property for AP mode

This commit is contained in:
Jiří Klimeš
2012-11-01 14:51:18 +01:00
parent 5980cae149
commit aa8c3d72d6

View File

@@ -3838,7 +3838,7 @@ nm_device_wifi_class_init (NMDeviceWifiClass *klass)
"Mode",
"Mode",
NM_802_11_MODE_UNKNOWN,
NM_802_11_MODE_INFRA,
NM_802_11_MODE_AP,
NM_802_11_MODE_INFRA,
G_PARAM_READABLE));