diff options
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, |