forked from Minki/linux
staging: ozwpan: change max. TX frame size supported.
Max. TX frame size supported is changed to 760 bytes. Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
37bc8f7856
commit
0472c9890d
@ -19,7 +19,7 @@
|
||||
#define OZ_PRESLEEP_TOUT 11
|
||||
|
||||
/* Maximun sizes of tx frames. */
|
||||
#define OZ_MAX_TX_SIZE 1514
|
||||
#define OZ_MAX_TX_SIZE 760
|
||||
|
||||
/* Maximum number of uncompleted isoc frames that can be pending in network. */
|
||||
#define OZ_MAX_SUBMITTED_ISOC 16
|
||||
|
Loading…
Reference in New Issue
Block a user