|
@@ -93,7 +93,7 @@ struct st21nfca_i2c_phy {
|
|
|
int hard_fault;
|
|
|
struct mutex phy_lock;
|
|
|
};
|
|
|
-static u8 len_seq[] = { 13, 24, 15, 29 };
|
|
|
+static u8 len_seq[] = { 16, 24, 12, 29 };
|
|
|
static u16 wait_tab[] = { 2, 3, 5, 15, 20, 40};
|
|
|
|
|
|
#define I2C_DUMP_SKB(info, skb) \
|