From a33190af8ad21158341f4ae1d25ab52304c0a4fc Mon Sep 17 00:00:00 2001 From: jrior001 Date: Thu, 13 Sep 2018 20:22:26 -0400 Subject: [PATCH] klte-common: nfc: remove unsupported MAX_RF_DATA_CREDITS config Change-Id: I63eb31cfd62d135b63d04f3dafcd08de7319346d --- nfc/bcm2079x/libnfc-nci.conf | 7 ------- nfc/pn547/libnfc-nci.conf | 13 ------------- nfc/s3fwrn5/libnfc-sec.conf | 7 ------- 3 files changed, 27 deletions(-) diff --git a/nfc/bcm2079x/libnfc-nci.conf b/nfc/bcm2079x/libnfc-nci.conf index b010017..07f8e89 100644 --- a/nfc/bcm2079x/libnfc-nci.conf +++ b/nfc/bcm2079x/libnfc-nci.conf @@ -171,13 +171,6 @@ POLLING_TECH_MASK=0xEF # NFA_TECHNOLOGY_MASK_A_ACTIVE | NFA_TECHNOLOGY_MASK_F_ACTIVE P2P_LISTEN_TECH_MASK=0xC4 -############################################################################### -# Maximum Number of Credits to be allowed by the NFCC -# This value overrides what the NFCC specifices allowing the host to have -# the control to work-around transport limitations. If this value does -# not exist or is set to 0, the NFCC will provide the number of credits. -MAX_RF_DATA_CREDITS=1 - ############################################################################### # This setting allows you to disable registering the T4t Virtual SE that causes # the NFCC to send PPSE requests to the DH. diff --git a/nfc/pn547/libnfc-nci.conf b/nfc/pn547/libnfc-nci.conf index ec3ec06..5e20762 100644 --- a/nfc/pn547/libnfc-nci.conf +++ b/nfc/pn547/libnfc-nci.conf @@ -146,12 +146,6 @@ UICC_IDLE_TIMEOUT=0 # If specified, this AID will be substituted when an Empty SELECT command is # detected. The first byte is the length of the AID. Maximum length is 16. AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00} -############################################################################### -# Maximum Number of Credits to be allowed by the NFCC -# This value overrides what the NFCC specifices allowing the host to have -# the control to work-around transport limitations. If this value does -# not exist or is set to 0, the NFCC will provide the number of credits. -MAX_RF_DATA_CREDITS=1 ############################################################################### # This setting allows you to disable registering the T4t Virtual SE that causes @@ -256,13 +250,6 @@ BCMI2CNFC_ADDRESS=0 # e.g. after 259 bytes is written, delay (259 * 20 / 1000) 5 ms before next write NFC_WRITE_DELAY=20 -############################################################################### -# Maximum Number of Credits to be allowed by the NFCC -# This value overrides what the NFCC specifices allowing the host to have -# the control to work-around transport limitations. If this value does -# not exist or is set to 0, the NFCC will provide the number of credits. -MAX_RF_DATA_CREDITS=1 - ############################################################################### # Antenna Configuration - This data is used when setting 0xC8 config item # at startup (before discovery is started). If not used, no value is sent. diff --git a/nfc/s3fwrn5/libnfc-sec.conf b/nfc/s3fwrn5/libnfc-sec.conf index 34b621d..1254b97 100644 --- a/nfc/s3fwrn5/libnfc-sec.conf +++ b/nfc/s3fwrn5/libnfc-sec.conf @@ -167,13 +167,6 @@ POLLING_TECH_MASK=0xEF # NFA_TECHNOLOGY_MASK_A_ACTIVE | NFA_TECHNOLOGY_MASK_F_ACTIVE P2P_LISTEN_TECH_MASK=0xC4 -############################################################################### -# Maximum Number of Credits to be allowed by the NFCC -# This value overrides what the NFCC specifices allowing the host to have -# the control to work-around transport limitations. If this value does -# not exist or is set to 0, the NFCC will provide the number of credits. -MAX_RF_DATA_CREDITS=1 - ############################################################################### # This setting allows you to disable registering the T4t Virtual SE that causes # the NFCC to send PPSE requests to the DH.