snep: Fix typo in SNEP push max fragment length
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
Tue, 15 May 2012 12:27:13 +0000 (15:27 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 16 May 2012 23:24:08 +0000 (01:24 +0200)
plugins/snep.c

index 5e86fc5..5ae64b2 100644 (file)
@@ -62,7 +62,7 @@
 #define SNEP_REQ_PUT_HEADER_LENGTH 6
 /* TODO: Right now it is dummy, need to get correct value
  * from lower layers */
-#define SNEP_REQ_MAX_FRAGMENT_LENGTH 8
+#define SNEP_REQ_MAX_FRAGMENT_LENGTH 128
 
 struct p2p_snep_data {
        uint8_t *nfc_data;