aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mwlwifi/patches/210-fix_logspam.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mwlwifi/patches/210-fix_logspam.patch')
-rw-r--r--package/kernel/mwlwifi/patches/210-fix_logspam.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/kernel/mwlwifi/patches/210-fix_logspam.patch b/package/kernel/mwlwifi/patches/210-fix_logspam.patch
deleted file mode 100644
index 99b247fee3..0000000000
--- a/package/kernel/mwlwifi/patches/210-fix_logspam.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/fwcmd.c
-+++ b/fwcmd.c
-@@ -2393,8 +2393,6 @@ int mwl_fwcmd_check_ba(struct ieee80211_
-
- if (pcmd->cmd_hdr.result != 0) {
- mutex_unlock(&priv->fwcmd_mutex);
-- wiphy_err(hw->wiphy, "check ba result error %d\n",
-- le16_to_cpu(pcmd->cmd_hdr.result));
- return -EINVAL;
- }
-
---- a/mac80211.c
-+++ b/mac80211.c
-@@ -644,8 +644,6 @@ static int mwl_mac80211_ampdu_action(str
- spin_lock_bh(&priv->stream_lock);
- if (rc) {
- mwl_fwcmd_remove_stream(hw, stream);
-- wiphy_err(hw->wiphy,
-- "ampdu start error code: %d\n", rc);
- rc = -EPERM;
- break;
- }