Change in osmo-ccid-firmware[master]: ccid_proto: Fix ccid_rdr_to_pc_{data_rate_and_clock, escape}

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 15 17:56:21 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/14053


Change subject: ccid_proto: Fix ccid_rdr_to_pc_{data_rate_and_clock,escape}
......................................................................

ccid_proto: Fix ccid_rdr_to_pc_{data_rate_and_clock,escape}

Both use 'struct ccid_header_in', not 'struct ccid_header'.

Change-Id: I0e370da11a0c95d0ea4a517aa6060f16e21adef0
---
M ccid/ccid_proto.h
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/53/14053/1

diff --git a/ccid/ccid_proto.h b/ccid/ccid_proto.h
index e10be8a..fa0ead1 100644
--- a/ccid/ccid_proto.h
+++ b/ccid/ccid_proto.h
@@ -303,14 +303,14 @@
 
 /* Section 6.2.4 RDR_to_PC_Escape */
 struct ccid_rdr_to_pc_escape {
-	struct ccid_header hdr;
+	struct ccid_header_in hdr;
 	uint8_t bRFU;
 	uint8_t abData[0];
 } __attribute__ ((packed));
 
 /* Section 6.2.5 RDR_to_PC_DataRateAndClockFrequency */
 struct ccid_rdr_to_pc_data_rate_and_clock {
-	struct ccid_header hdr;
+	struct ccid_header_in hdr;
 	uint8_t bRFU;
 	uint32_t dwClockFrequency;
 	uint32_t dwDataRate;

-- 
To view, visit https://gerrit.osmocom.org/14053
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e370da11a0c95d0ea4a517aa6060f16e21adef0
Gerrit-Change-Number: 14053
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190515/bdd5b50a/attachment.htm>


More information about the gerrit-log mailing list