mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Remove support for old in MifareChkKeys, not needed anymore
This commit is contained in:
parent
0e827b1083
commit
20f7b2f3ec
3 changed files with 9 additions and 21 deletions
|
@ -1029,7 +1029,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
MifareNested(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes);
|
||||
break;
|
||||
case CMD_MIFARE_CHKKEYS: {
|
||||
MifareChkKeys(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes, packet->ng);
|
||||
MifareChkKeys(packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_MIFARE_CHKKEYS_FAST: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue