diff options
author | David S. Miller <davem@davemloft.net> | 2015-01-27 19:59:56 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-27 19:59:56 -0500 |
commit | 95f873f2fff96c592c5d863e2a39825bd8bf0500 (patch) | |
tree | 0d2dd664964ba2c701aefea5b4d1e85b481045e1 /net/mac80211/mlme.c | |
parent | 8ea65f4a2dfaaf494ef42a16cbf2fea39b07450f (diff) | |
parent | 59343cd7c4809cf7598789e1cd14563780ae4239 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
arch/arm/boot/dts/imx6sx-sdb.dts
net/sched/cls_bpf.c
Two simple sets of overlapping changes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 1875181ebd94..c1460e635c7f 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -1651,7 +1651,7 @@ __ieee80211_sta_handle_tspec_ac_params(struct ieee80211_sub_if_data *sdata) | |||
1651 | { | 1651 | { |
1652 | struct ieee80211_local *local = sdata->local; | 1652 | struct ieee80211_local *local = sdata->local; |
1653 | struct ieee80211_if_managed *ifmgd = &sdata->u.mgd; | 1653 | struct ieee80211_if_managed *ifmgd = &sdata->u.mgd; |
1654 | bool ret; | 1654 | bool ret = false; |
1655 | int ac; | 1655 | int ac; |
1656 | 1656 | ||
1657 | if (local->hw.queues < IEEE80211_NUM_ACS) | 1657 | if (local->hw.queues < IEEE80211_NUM_ACS) |