Staging: drivers: rtl8188eu: fixed typo

Fixed typo

Signed-off-by: Jacky Boen <aqiank@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jacky Boen 2016-05-01 23:50:30 +08:00 committed by Greg Kroah-Hartman
parent ffc9b27571
commit f43534b97a

View file

@ -174,7 +174,7 @@ static void _InitQueueReservedPage(struct adapter *Adapter)
if (haldata->OutEpQueueSel & TX_SELE_LQ) if (haldata->OutEpQueueSel & TX_SELE_LQ)
numLQ = 0x1C; numLQ = 0x1C;
/* NOTE: This step shall be proceed before writting REG_RQPN. */ /* NOTE: This step shall be proceed before writing REG_RQPN. */
if (haldata->OutEpQueueSel & TX_SELE_NQ) if (haldata->OutEpQueueSel & TX_SELE_NQ)
numNQ = 0x1C; numNQ = 0x1C;
value8 = (u8)_NPQ(numNQ); value8 = (u8)_NPQ(numNQ);