diff options
| author | Harout Hedeshian <harouth@codeaurora.org> | 2014-08-11 15:38:27 -0600 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:05:19 -0700 |
| commit | fd9a8748f12d426a9f76284dc7466d74bf42f3e7 (patch) | |
| tree | 7d066a50582448c7a416a14b1bd3cd7c52b2770b /net | |
| parent | a7dc83bca951e3a510ca7490061c0492328b6427 (diff) | |
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>
Diffstat (limited to 'net')
| -rw-r--r-- | net/rmnet_data/rmnet_data_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rmnet_data/rmnet_data_config.h b/net/rmnet_data/rmnet_data_config.h index 777d7308ede9..ee41de50a999 100644 --- a/net/rmnet_data/rmnet_data_config.h +++ b/net/rmnet_data/rmnet_data_config.h @@ -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; |
