diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/wme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/wme.c b/net/mac80211/wme.c index 34e6d02da779..79d887dae738 100644 --- a/net/mac80211/wme.c +++ b/net/mac80211/wme.c | |||
@@ -96,7 +96,7 @@ u16 ieee80211_select_queue(struct ieee80211_sub_if_data *sdata, | |||
96 | } | 96 | } |
97 | 97 | ||
98 | if (!sta && ra && !is_multicast_ether_addr(ra)) { | 98 | if (!sta && ra && !is_multicast_ether_addr(ra)) { |
99 | sta = sta_info_get(sdata, ra); | 99 | sta = sta_info_get(local, ra); |
100 | if (sta) | 100 | if (sta) |
101 | sta_flags = get_sta_flags(sta); | 101 | sta_flags = get_sta_flags(sta); |
102 | } | 102 | } |