From: Ben Greear <greearb@xxxxxxxxxxxxxxx> Signed-off-by: Ben Greear <greearb@xxxxxxxxxxxxxxx> --- :100644 100644 205f81a... 59bed1f... M net/wireless/mlme.c net/wireless/mlme.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/net/wireless/mlme.c b/net/wireless/mlme.c index 205f81a..59bed1f 100644 --- a/net/wireless/mlme.c +++ b/net/wireless/mlme.c @@ -364,7 +364,8 @@ void cfg80211_send_assoc_timeout(struct net_device *dev, const u8 *addr) } } - WARN_ON(!done); + WARN(!done, "%s: MLME: Failed to send assoc-timeout, state: %i\n", + dev->name, wdev->sme_state); wdev_unlock(wdev); } -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html