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.