On Tuesday, April 23, 2013 21:39:58 Marek Lindner wrote:
Prior to this patch batman-adv read the advertised uplink bandwidth from userspace and compressed this information into a single byte called "gateway class". Now the download & upload bandwidth information is sent as-is. No userspace change is necessary since the sysfs API always allowed to specify a bandwidth.
Signed-off-by: Marek Lindner lindner_marek@yahoo.de Signed-off-by: Spyros Gasteratos morfeas3000@gmail.com
bat_iv_ogm.c | 23 +----- gateway_client.c | 185 +++++++++++++++++++++++++++---------------- gateway_client.h | 2 +- gateway_common.c | 232 +++++++++++++++++++++++++++++++++++------------------- gateway_common.h | 14 +++- main.c | 7 ++ originator.c | 4 +- packet.h | 21 ++++- soft-interface.c | 3 +- sysfs.c | 17 ++-- types.h | 12 ++- 11 files changed, 329 insertions(+), 191 deletions(-)
Applied in revision 0853ec7.
Regards, Marek