dbus: Remove separate access variable from properties
authorJouni Malinen <j@w1.fi>
Sun, 7 Aug 2011 08:16:05 +0000 (11:16 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 7 Aug 2011 08:16:05 +0000 (11:16 +0300)
commit3320666494a5b2c313fc4ae43ee6d7063639931e
treeff5283c712a31433aed4180186a3e54b7fea19c8
parentd26e45a44a1403dc6145a29f2502fb8469325a15
dbus: Remove separate access variable from properties

The read, write, read-write permissions can be figured out from
getter/setter function pointers, so there is no need for maintaining
that information separately.
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new_helpers.c
wpa_supplicant/dbus/dbus_new_helpers.h
wpa_supplicant/dbus/dbus_new_introspect.c