staging: rtl8192e: HTSetConnectBwMode message replace with debug.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 13 May 2017 16:41:19 +0000 (17:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 11:29:01 +0000 (13:29 +0200)
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>
drivers/staging/rtl8192e/rtl819x_HTProc.c

index 4ae1d38..f0e1172 100644 (file)
@@ -908,8 +908,8 @@ void HTSetConnectBwMode(struct rtllib_device *ieee,
                pHTInfo->CurSTAExtChnlOffset = HT_EXTCHNL_OFFSET_NO_EXT;
        }
 
-       pr_info("%s():pHTInfo->bCurBW40MHz:%x\n", __func__,
-              pHTInfo->bCurBW40MHz);
+       netdev_dbg(ieee->dev, "%s():pHTInfo->bCurBW40MHz:%x\n", __func__,
+                  pHTInfo->bCurBW40MHz);
 
        pHTInfo->bSwBwInProgress = true;