staging: rtl8192e: remove unnecessary ftrace-like logging
Removed unncessary ftrace-like logging by simply deleting that statement as we have other modes of logging like ftrace. Reported by checkpatch. Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com> Link: https://lore.kernel.org/r/460ba9cdd256bf1064c4e3a694caa046171cb60e.1618283232.git.mitaliborkar810@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
59bc0e634b
Коммит
cc444aa522
|
@ -639,7 +639,6 @@ void HTInitializeHTInfo(struct rtllib_device *ieee)
|
|||
{
|
||||
struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
|
||||
|
||||
netdev_vdbg(ieee->dev, "%s()\n", __func__);
|
||||
pHTInfo->bCurrentHTSupport = false;
|
||||
|
||||
pHTInfo->bCurBW40MHz = false;
|
||||
|
@ -708,7 +707,6 @@ void HTResetSelfAndSavePeerSetting(struct rtllib_device *ieee,
|
|||
struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
|
||||
u8 bIOTAction = 0;
|
||||
|
||||
netdev_vdbg(ieee->dev, "%s()\n", __func__);
|
||||
/* unmark bEnableHT flag here is the same reason why unmarked in
|
||||
* function rtllib_softmac_new_net. WB 2008.09.10
|
||||
*/
|
||||
|
@ -843,8 +841,6 @@ static void HTSetConnectBwModeCallback(struct rtllib_device *ieee)
|
|||
{
|
||||
struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
|
||||
|
||||
netdev_vdbg(ieee->dev, "%s()\n", __func__);
|
||||
|
||||
if (pHTInfo->bCurBW40MHz) {
|
||||
if (pHTInfo->CurSTAExtChnlOffset == HT_EXTCHNL_OFFSET_UPPER)
|
||||
ieee->set_chan(ieee->dev,
|
||||
|
|
Загрузка…
Ссылка в новой задаче