summaryrefslogtreecommitdiff
path: root/mac80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'mac80211.c')
-rw-r--r--mac80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac80211.c b/mac80211.c
index a4242e0..78002fe 100644
--- a/mac80211.c
+++ b/mac80211.c
@@ -94,7 +94,7 @@ static int mwl_mac80211_start(struct ieee80211_hw *hw)
rc = mwl_fwcmd_set_dwds_stamode(hw, true);
if (rc)
goto fwcmd_fail;
- rc = mwl_fwcmd_set_fw_flush_timer(hw, SYSADPT_AMSDU_FLUSH_TIME);
+ rc = mwl_fwcmd_set_fw_flush_timer(hw, 0);
if (rc)
goto fwcmd_fail;