diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/cfg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 6ab67ab34b5c..0baaaecf4558 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -697,6 +697,9 @@ static void sta_apply_parameters(struct ieee80211_local *local, | |||
697 | } | 697 | } |
698 | spin_unlock_irqrestore(&sta->flaglock, flags); | 698 | spin_unlock_irqrestore(&sta->flaglock, flags); |
699 | 699 | ||
700 | sta->sta.uapsd_queues = params->uapsd_queues; | ||
701 | sta->sta.max_sp = params->max_sp; | ||
702 | |||
700 | /* | 703 | /* |
701 | * cfg80211 validates this (1-2007) and allows setting the AID | 704 | * cfg80211 validates this (1-2007) and allows setting the AID |
702 | * only when creating a new station entry | 705 | * only when creating a new station entry |