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>
                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;