summaryrefslogtreecommitdiff
path: root/fwcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'fwcmd.c')
-rw-r--r--fwcmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fwcmd.c b/fwcmd.c
index 9b91752..0d4d6d0 100644
--- a/fwcmd.c
+++ b/fwcmd.c
@@ -2770,7 +2770,7 @@ int mwl_fwcmd_check_ba(struct ieee80211_hw *hw,
if (pcmd->cmd_hdr.result != 0) {
spin_unlock_irqrestore(&priv->fwcmd_lock, flags);
- wiphy_err(hw->wiphy, "result error");
+ wiphy_err(hw->wiphy, "%s: result error: %d", __func__, pcmd->cmd_hdr.result);
return -EINVAL;
}
@@ -2830,7 +2830,7 @@ int mwl_fwcmd_create_ba(struct ieee80211_hw *hw,
if (pcmd->cmd_hdr.result != 0) {
spin_unlock_irqrestore(&priv->fwcmd_lock, flags);
- wiphy_err(hw->wiphy, "result error");
+ wiphy_err(hw->wiphy, "%s: result error: %d", __func__, pcmd->cmd_hdr.result);
return -EINVAL;
}