net: rmnet_data: Increase max mux IDs to 256

Support the full range of mux IDs for special channels which have large
ID numbers. Expected runtime memory impact is an increase of ~1.5KB per
attached physical network device.

Change-Id: Ic9db497708064c31fe7ed588a855311b50d55e19
Signed-off-by: Harout Hedeshian <harouth@codeaurora.org>
This commit is contained in:
Harout Hedeshian 2014-08-11 15:38:27 -06:00
parent 6399cfab30
commit 74f6b4b767
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#ifndef _RMNET_DATA_CONFIG_H_
#define _RMNET_DATA_CONFIG_H_
#define RMNET_DATA_MAX_LOGICAL_EP 32
#define RMNET_DATA_MAX_LOGICAL_EP 256
struct rmnet_logical_ep_conf_s {
uint8_t refcount;