提交 f43534b9 编写于 作者: J Jacky Boen 提交者: Greg Kroah-Hartman

Staging: drivers: rtl8188eu: fixed typo

Fixed typo
Signed-off-by: NJacky Boen <aqiank@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ffc9b275
...@@ -174,7 +174,7 @@ static void _InitQueueReservedPage(struct adapter *Adapter) ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册