staging: ozwpan: change max. TX frame size supported.
authorRupesh Gujare <rupesh.gujare@atmel.com>
Fri, 23 Aug 2013 17:33:33 +0000 (18:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Aug 2013 13:27:43 +0000 (06:27 -0700)
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>
drivers/staging/ozwpan/ozproto.h

index e532347cfdfda7560fcbd66285542ef4d567125a..0c49c8a0e815f98b395edb516542641294a1bca5 100644 (file)
@@ -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