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:
Родитель
ffc9b27571
Коммит
f43534b97a
|
@ -174,7 +174,7 @@ static void _InitQueueReservedPage(struct adapter *Adapter)
|
|||
if (haldata->OutEpQueueSel & TX_SELE_LQ)
|
||||
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)
|
||||
numNQ = 0x1C;
|
||||
value8 = (u8)_NPQ(numNQ);
|
||||
|
|
Загрузка…
Ссылка в новой задаче