In usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h, use the correct

enumeration types for the mesh_peering and mesh_forwarding members of
struct wlan_iface, to fix enum conversion warnings.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-17 19:53:08 +00:00
parent 14fa6dc403
commit 1605515d77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228657

View File

@ -175,8 +175,8 @@ struct wlan_iface {
struct wlan_maclist mac_maclist;
uint32_t mesh_ttl;
enum TruthValue mesh_peering;
enum TruthValue mesh_forwarding;
enum wlanMeshPeeringEnabled mesh_peering;
enum wlanMeshForwardingEnabled mesh_forwarding;
enum wlanMeshMetric mesh_metric;
enum wlanMeshPath mesh_path;
enum wlanHWMPRootMode hwmp_root_mode;