u_ctrl_qti: Increase MAX_QTI_PKT_SIZE to 8K
increase MAX_QTI_PKT_SIZE to 8KB to handle QMI messages of bigger length of 8KB. Change-Id: I479794c9563ae89b9062b75031b6cdc739a0f620 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
This commit is contained in:
parent
a56e768ca3
commit
28c73541e3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
|
|
||||||
#define MAX_QTI_PKT_SIZE 2048
|
#define MAX_QTI_PKT_SIZE 8192
|
||||||
|
|
||||||
#define QTI_CTRL_IOCTL_MAGIC 'r'
|
#define QTI_CTRL_IOCTL_MAGIC 'r'
|
||||||
#define QTI_CTRL_GET_LINE_STATE _IOR(QTI_CTRL_IOCTL_MAGIC, 2, int)
|
#define QTI_CTRL_GET_LINE_STATE _IOR(QTI_CTRL_IOCTL_MAGIC, 2, int)
|
||||||
|
|
Loading…
Add table
Reference in a new issue