* [PATCH] staging r8712u: Remove useless netdev_info slowly polluting dmesg
@ 2013-11-13 4:56 Alexandre Demers
2013-11-13 5:04 ` Larry Finger
0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Demers @ 2013-11-13 4:56 UTC (permalink / raw)
To: Larry Finger, Greg Kroah-Hartman; +Cc: linux-wireless
Remove useless netdev_info slowly flooding dmesg.
Fixes bug https://bugzilla.kernel.org/show_bug.cgi?id=64231
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
---
drivers/staging/rtl8712/rtl871x_mlme.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_mlme.c b/drivers/staging/rtl8712/rtl871x_mlme.c
index 6596154..7e29f48 100644
--- a/drivers/staging/rtl8712/rtl871x_mlme.c
+++ b/drivers/staging/rtl8712/rtl871x_mlme.c
@@ -1043,9 +1043,6 @@ void r8712_got_addbareq_event_callback(struct _adapter *adapter, u8 *pbuf)
struct sta_priv *pstapriv = &adapter->stapriv;
struct recv_reorder_ctrl *precvreorder_ctrl = NULL;
- netdev_info(adapter->pnetdev, "%s: mac = %pM, seq = %d, tid = %d\n",
- __func__, pAddbareq_pram->MacAddress,
- pAddbareq_pram->StartSeqNum, pAddbareq_pram->tid);
psta = r8712_get_stainfo(pstapriv, pAddbareq_pram->MacAddress);
if (psta) {
precvreorder_ctrl =
--
1.8.4.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging r8712u: Remove useless netdev_info slowly polluting dmesg
2013-11-13 4:56 [PATCH] staging r8712u: Remove useless netdev_info slowly polluting dmesg Alexandre Demers
@ 2013-11-13 5:04 ` Larry Finger
0 siblings, 0 replies; 2+ messages in thread
From: Larry Finger @ 2013-11-13 5:04 UTC (permalink / raw)
To: Alexandre Demers, Greg Kroah-Hartman; +Cc: linux-wireless
On 11/12/2013 10:56 PM, Alexandre Demers wrote:
> Remove useless netdev_info slowly flooding dmesg.
> Fixes bug https://bugzilla.kernel.org/show_bug.cgi?id=64231
>
> Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
> ---
> drivers/staging/rtl8712/rtl871x_mlme.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/staging/rtl8712/rtl871x_mlme.c b/drivers/staging/rtl8712/rtl871x_mlme.c
> index 6596154..7e29f48 100644
> --- a/drivers/staging/rtl8712/rtl871x_mlme.c
> +++ b/drivers/staging/rtl8712/rtl871x_mlme.c
> @@ -1043,9 +1043,6 @@ void r8712_got_addbareq_event_callback(struct _adapter *adapter, u8 *pbuf)
> struct sta_priv *pstapriv = &adapter->stapriv;
> struct recv_reorder_ctrl *precvreorder_ctrl = NULL;
>
> - netdev_info(adapter->pnetdev, "%s: mac = %pM, seq = %d, tid = %d\n",
> - __func__, pAddbareq_pram->MacAddress,
> - pAddbareq_pram->StartSeqNum, pAddbareq_pram->tid);
> psta = r8712_get_stainfo(pstapriv, pAddbareq_pram->MacAddress);
> if (psta) {
> precvreorder_ctrl =
>
Congratulations. That one applied.
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Larry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-13 5:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 4:56 [PATCH] staging r8712u: Remove useless netdev_info slowly polluting dmesg Alexandre Demers
2013-11-13 5:04 ` Larry Finger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.