interface: remove redundant iface_attr_info.
authorYousong Zhou <[email protected]>
Tue, 19 May 2015 12:38:30 +0000 (20:38 +0800)
committerFelix Fietkau <[email protected]>
Sat, 23 May 2015 14:44:46 +0000 (16:44 +0200)
commitf4f4f0b8d905231655b2a6fa20af4cc8b092d91e
tree73e078c43053667eb0a5aa88eccb9604cd0e4f9f
parent1ec1c66f203f2ace5124996e1d765d58fc925ce0
interface: remove redundant iface_attr_info.

BLOBMSG_TYPE_STRING is the default type for elements of
BLOBMSG_TYPE_ARRAY.  Array type IFACE_ATTR_DNS_SEARCH was already
missing there, so drop the whole part anyway.

Signed-off-by: Yousong Zhou <[email protected]>
interface.c