Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gateway_common.c File Reference
#include "main.h"
#include "gateway_common.h"
#include "gateway_client.h"

Go to the source code of this file.

Functions

void batadv_gw_bandwidth_to_kbit (uint8_t gw_srv_class, int *down, int *up)
 
ssize_t batadv_gw_bandwidth_set (struct net_device *net_dev, char *buff, size_t count)
 

Function Documentation

ssize_t batadv_gw_bandwidth_set ( struct net_device net_dev,
char buff,
size_t  count 
)

Definition at line 137 of file gateway_common.c.

void batadv_gw_bandwidth_to_kbit ( uint8_t  gw_srv_class,
int down,
int up 
)

Definition at line 60 of file gateway_common.c.