staging: rtl8192e: Fixed space prohibited warning in dot11d.c
This patch fixes space prohibited before semicolon warning in dot11d.c Signed-off-by: Archana kumari <archanakumari959@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
fa7b3d0288
Коммит
f249da27e3
|
@ -144,7 +144,7 @@ void Dot11d_UpdateCountryIe(struct rtllib_device *dev, u8 *pTaddr,
|
|||
return;
|
||||
}
|
||||
|
||||
for (j = 0 ; j < pTriple->NumChnls; j++) {
|
||||
for (j = 0; j < pTriple->NumChnls; j++) {
|
||||
pDot11dInfo->channel_map[pTriple->FirstChnl + j] = 1;
|
||||
pDot11dInfo->MaxTxPwrDbmList[pTriple->FirstChnl + j] =
|
||||
pTriple->MaxTxPowerInDbm;
|
||||
|
|
Загрузка…
Ссылка в новой задаче