aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r--net/mac80211/mlme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 98755ce49af3..488826f188a7 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -3701,7 +3701,7 @@ int ieee80211_max_network_latency(struct notifier_block *nb,
3701 ieee80211_recalc_ps(local, latency_usec); 3701 ieee80211_recalc_ps(local, latency_usec);
3702 mutex_unlock(&local->iflist_mtx); 3702 mutex_unlock(&local->iflist_mtx);
3703 3703
3704 return 0; 3704 return NOTIFY_OK;
3705} 3705}
3706 3706
3707static u8 ieee80211_ht_vht_rx_chains(struct ieee80211_sub_if_data *sdata, 3707static u8 ieee80211_ht_vht_rx_chains(struct ieee80211_sub_if_data *sdata,