summaryrefslogtreecommitdiff
path: root/fwcmd.c
diff options
context:
space:
mode:
authorDavid Lin <dlin@marvell.com>2016-05-30 15:25:50 +0800
committerDavid Lin <dlin@marvell.com>2016-05-30 15:25:50 +0800
commit608f4eb0d2ca67f9bae686b8de25e4f627e3af7c (patch)
tree99225ffc3799883cbb9a8c3524e60b1ba72063a8 /fwcmd.c
parent267c5144165ad7bd8da0e0f897a487b82460e95c (diff)
Commit mwlwifi driver 10.3.0.17-2016053010.3.0.17-20160530
1. Removed debug messages related to failure of ba checking. 2. Added variable "check_ba_failed" to log this kind of debug information. Signed-off-by: David Lin <dlin@marvell.com>
Diffstat (limited to 'fwcmd.c')
-rw-r--r--fwcmd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fwcmd.c b/fwcmd.c
index e159304..b252ff7 100644
--- a/fwcmd.c
+++ b/fwcmd.c
@@ -2393,10 +2393,6 @@ int mwl_fwcmd_check_ba(struct ieee80211_hw *hw,
if (pcmd->cmd_hdr.result != 0) {
mutex_unlock(&priv->fwcmd_mutex);
- if (printk_ratelimit())
- wiphy_debug(hw->wiphy, "check ba result err %d(%pM)\n",
- le16_to_cpu(pcmd->cmd_hdr.result),
- stream->sta->addr);
return -EINVAL;
}