mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
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:
parent
fa7b3d0288
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user