aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/util.c')
-rw-r--r--net/mac80211/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c
index 0b6fc92bc0d7..e486286ebf1a 100644
--- a/net/mac80211/util.c
+++ b/net/mac80211/util.c
@@ -1152,6 +1152,9 @@ int ieee80211_reconfig(struct ieee80211_local *local)
1152 } 1152 }
1153 mutex_unlock(&local->sta_mtx); 1153 mutex_unlock(&local->sta_mtx);
1154 1154
1155 /* setup fragmentation threshold */
1156 drv_set_frag_threshold(local, hw->wiphy->frag_threshold);
1157
1155 /* setup RTS threshold */ 1158 /* setup RTS threshold */
1156 drv_set_rts_threshold(local, hw->wiphy->rts_threshold); 1159 drv_set_rts_threshold(local, hw->wiphy->rts_threshold);
1157 1160