LC15: Change TRX numbering for the latest Litecell15 hardware

Change-Id: If3c4aff0366587dd3e5baa3d15b9e91d8ebe7753
This commit is contained in:
Minh-Quang Nguyen 2016-09-06 10:27:11 -04:00
parent 7c7a86c080
commit 16ddc90eab
1 changed files with 2 additions and 2 deletions

View File

@ -364,8 +364,8 @@ void *l1if_open_pdch(uint8_t trx_no, uint32_t hlayer1)
fl1h->hLayer1 = hlayer1;
fl1h->trx_no = trx_no;
/* hardware queues are numbered starting from 1 */
fl1h->hw_info.trx_nr = trx_no + 1;
/* hardware queues are numbered starting from 0 */
fl1h->hw_info.trx_nr = trx_no;
DEBUGP(DL1IF, "PCU: Using TRX HW#%u\n", fl1h->hw_info.trx_nr);