Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: wfx: trace acknowledges not linked to any stations

Some resources are associated to the outgoing of the stations. To avoid
any resource leaks. It is important to understand why an acknowledge is
not associated to any station.

Add a trace for that purpose.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200515083325.378539-19-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jérôme Pouiller and committed by
Greg Kroah-Hartman
07d51346 7c5fc1d8

+3
+3
drivers/staging/wfx/data_tx.c
··· 481 481 if (!sta_priv->buffered[tid]) 482 482 ieee80211_sta_set_buffered(sta, tid, false); 483 483 spin_unlock_bh(&sta_priv->lock); 484 + } else { 485 + dev_dbg(wvif->wdev->dev, "%s: sta does not exist anymore\n", 486 + __func__); 484 487 } 485 488 rcu_read_unlock(); 486 489 }