Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
[firefly-linux-kernel-4.4.55.git] / net / bridge / br_private_stp.h
index 05ed9bc7e42672f38223bd08449e2f06c45cc493..0c0fe36e7aa92eebd67e3e91d07c440a5310090b 100644 (file)
 #define BR_MIN_PATH_COST       1
 #define BR_MAX_PATH_COST       65535
 
-struct br_config_bpdu
-{
-       unsigned        topology_change:1;
-       unsigned        topology_change_ack:1;
+struct br_config_bpdu {
+       unsigned int    topology_change:1;
+       unsigned int    topology_change_ack:1;
        bridge_id       root;
        int             root_path_cost;
        bridge_id       bridge_id;