Commit 3eda95de authored by Larry Finger's avatar Larry Finger Committed by John W. Linville

rtlwifi: Remove extra debugging message accidentally left in

In commit b0302aba, an extra debugging
message that is spamming the logs was not deleted before submission.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5aff4e74
...@@ -296,12 +296,10 @@ static int rtl_op_config(struct ieee80211_hw *hw, u32 changed) ...@@ -296,12 +296,10 @@ static int rtl_op_config(struct ieee80211_hw *hw, u32 changed)
* because that will cause nullfunc send by mac80211 * because that will cause nullfunc send by mac80211
* fail, and cause pkt loss, we have tested that 5mA * fail, and cause pkt loss, we have tested that 5mA
* is worked very well */ * is worked very well */
if (!rtlpriv->psc.multi_buffered) { if (!rtlpriv->psc.multi_buffered)
queue_delayed_work(rtlpriv->works.rtl_wq, queue_delayed_work(rtlpriv->works.rtl_wq,
&rtlpriv->works.ps_work, &rtlpriv->works.ps_work,
MSECS(5)); MSECS(5));
pr_info("In section\n");
}
} else { } else {
rtl_swlps_rf_awake(hw); rtl_swlps_rf_awake(hw);
rtlpriv->psc.sw_ps_enabled = false; rtlpriv->psc.sw_ps_enabled = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment