All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wlcore: Downgrade exceeded max RX BA sessions to debug
@ 2021-01-01  6:59 Tony Lindgren
  2021-01-14 17:34 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Lindgren @ 2021-01-01  6:59 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Eyal Reizer, Guy Mishol, Raz Bouganim, linux-wireless, linux-omap

We can get the following in the logs every few minutes or so:

wlcore: ERROR exceeded max RX BA sessions

Let's downgrade the message to a debug message as suggested by the TI
support folks at:

https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/p/352435/1244754

"The WL127x firmware supports max of 3 BA sessions. It cannot be increased.
 I think the problem here is the peer trying to initiate a 4th BA session
 (ADDBA request)."

Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 drivers/net/wireless/ti/wlcore/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c
--- a/drivers/net/wireless/ti/wlcore/main.c
+++ b/drivers/net/wireless/ti/wlcore/main.c
@@ -5391,7 +5391,7 @@ static int wl1271_op_ampdu_action(struct ieee80211_hw *hw,
 
 		if (wl->ba_rx_session_count >= wl->ba_rx_session_count_max) {
 			ret = -EBUSY;
-			wl1271_error("exceeded max RX BA sessions");
+			wl1271_debug(DEBUG_RX, "exceeded max RX BA sessions");
 			break;
 		}
 
-- 
2.29.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] wlcore: Downgrade exceeded max RX BA sessions to debug
  2021-01-01  6:59 [PATCH] wlcore: Downgrade exceeded max RX BA sessions to debug Tony Lindgren
@ 2021-01-14 17:34 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2021-01-14 17:34 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Eyal Reizer, Guy Mishol, Raz Bouganim, linux-wireless, linux-omap

Tony Lindgren <tony@atomide.com> wrote:

> We can get the following in the logs every few minutes or so:
> 
> wlcore: ERROR exceeded max RX BA sessions
> 
> Let's downgrade the message to a debug message as suggested by the TI
> support folks at:
> 
> https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/p/352435/1244754
> 
> "The WL127x firmware supports max of 3 BA sessions. It cannot be increased.
>  I think the problem here is the peer trying to initiate a 4th BA session
>  (ADDBA request)."
> 
> Signed-off-by: Tony Lindgren <tony@atomide.com>

Patch applied to wireless-drivers-next.git, thanks.

07ceefa3012f wlcore: Downgrade exceeded max RX BA sessions to debug

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20210101065955.63386-1-tony@atomide.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-14 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-01  6:59 [PATCH] wlcore: Downgrade exceeded max RX BA sessions to debug Tony Lindgren
2021-01-14 17:34 ` Kalle Valo

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.