From 56102acc96e086bf6ab4e360f8b9bb43f8b1b5de Mon Sep 17 00:00:00 2001
From: f4exb <f4exb06@gmail.com>
Date: Thu, 3 Jan 2019 13:05:11 +0100
Subject: [PATCH] XTRX: set block size back to 8k

---
 devices/xtrx/devicextrx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/xtrx/devicextrx.h b/devices/xtrx/devicextrx.h
index e42b1dc52..b34bc522a 100644
--- a/devices/xtrx/devicextrx.h
+++ b/devices/xtrx/devicextrx.h
@@ -35,7 +35,7 @@ public:
     static void getAutoGains(uint32_t autoGain, uint32_t& lnaGain, uint32_t& tiaGain, uint32_t& pgaGain);
 
     static const uint32_t m_nbGains = 74;
-    static const unsigned int blockSize = (1<<14);
+    static const unsigned int blockSize = (1<<13);
 
 private:
     struct xtrx_dev *m_dev; //!< device handle