diff options
author | David S. Miller <davem@davemloft.net> | 2012-06-28 07:10:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-28 07:10:26 -0400 |
commit | 82aee5d7c01fd1a398e938e496e6cb8841775f91 (patch) | |
tree | 505bab77000197cb33b32ccea7bc8c7c252eb9a4 /net/batman-adv/gateway_common.h | |
parent | 41347dcdd81988b8e60853257b2875285cc17a4e (diff) | |
parent | 42d0b044b7c9e5821f1bf3e2b4ea7861417c11c2 (diff) |
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Included changes:
- another batch of patches meant to clean batman-adv namespace
- deletion of an obsolete intermediate buffer used in the visualization code to
print the output
- TT code cleanups
Diffstat (limited to 'net/batman-adv/gateway_common.h')
-rw-r--r-- | net/batman-adv/gateway_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/batman-adv/gateway_common.h b/net/batman-adv/gateway_common.h index 6f8a4d0cbbb6..31bbc3c070a6 100644 --- a/net/batman-adv/gateway_common.h +++ b/net/batman-adv/gateway_common.h | |||
@@ -26,9 +26,9 @@ enum gw_modes { | |||
26 | GW_MODE_SERVER, | 26 | GW_MODE_SERVER, |
27 | }; | 27 | }; |
28 | 28 | ||
29 | #define GW_MODE_OFF_NAME "off" | 29 | #define BATADV_GW_MODE_OFF_NAME "off" |
30 | #define GW_MODE_CLIENT_NAME "client" | 30 | #define BATADV_GW_MODE_CLIENT_NAME "client" |
31 | #define GW_MODE_SERVER_NAME "server" | 31 | #define BATADV_GW_MODE_SERVER_NAME "server" |
32 | 32 | ||
33 | void batadv_gw_bandwidth_to_kbit(uint8_t gw_class, int *down, int *up); | 33 | void batadv_gw_bandwidth_to_kbit(uint8_t gw_class, int *down, int *up); |
34 | ssize_t batadv_gw_bandwidth_set(struct net_device *net_dev, char *buff, | 34 | ssize_t batadv_gw_bandwidth_set(struct net_device *net_dev, char *buff, |