staging: rtl8192e: HTSetConnectBwMode message replace with debug.
The flag status of bCurBW40MHz is printed as info and is only useful as debug message. Replace with netdev_dbg in line with rest of driver. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6b675ad8b3
commit
ad3cafd7b4
@@ -908,8 +908,8 @@ void HTSetConnectBwMode(struct rtllib_device *ieee,
|
|||||||
pHTInfo->CurSTAExtChnlOffset = HT_EXTCHNL_OFFSET_NO_EXT;
|
pHTInfo->CurSTAExtChnlOffset = HT_EXTCHNL_OFFSET_NO_EXT;
|
||||||
}
|
}
|
||||||
|
|
||||||
pr_info("%s():pHTInfo->bCurBW40MHz:%x\n", __func__,
|
netdev_dbg(ieee->dev, "%s():pHTInfo->bCurBW40MHz:%x\n", __func__,
|
||||||
pHTInfo->bCurBW40MHz);
|
pHTInfo->bCurBW40MHz);
|
||||||
|
|
||||||
pHTInfo->bSwBwInProgress = true;
|
pHTInfo->bSwBwInProgress = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user