Commit f43534b9 authored by Jacky Boen's avatar Jacky Boen Committed by Greg Kroah-Hartman
Browse files

Staging: drivers: rtl8188eu: fixed typo



Fixed typo

Signed-off-by: default avatarJacky Boen <aqiank@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ffc9b275
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);