Minor QETH related changes

This commit is contained in:
Ian Shorter
2013-02-03 21:29:01 +01:00
parent 39b0e3bf15
commit 9081bb3820
5 changed files with 68 additions and 65 deletions

3
chsc.c
View File

@@ -51,7 +51,8 @@ CHSC_RSP12 *chsc_rsp12 = (CHSC_RSP12 *)(chsc_rsp);
memset(chsc_rsp12, 0, sizeof(CHSC_RSP12) );
chsc_rsp12->flags |= CHSC_RSP12_F1_CV;
chsc_rsp12->unknow00A = 0x01;
chsc_rsp12->pnum = 1;
/* Store response length */
STORE_HW(chsc_rsp12->length,rsp_len);