summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_ps.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2014-03-07 15:09:32 -0500
committerJohn W. Linville <linville@tuxdriver.com>2014-03-07 15:09:32 -0500
commit97bd5f0054ee879d778f4c7501ee2f88a9981ce2 (patch)
tree61f390b9bcad634f167e93b6154cbe6439d2057e /net/mac80211/mesh_ps.c
parentc88507fbad8055297c1d1e21e599f46960cbee39 (diff)
parentd51246481c7f28bbfa1f814ded2da65e531cd4b2 (diff)
downloadop-kernel-dev-97bd5f0054ee879d778f4c7501ee2f88a9981ce2.zip
op-kernel-dev-97bd5f0054ee879d778f4c7501ee2f88a9981ce2.tar.gz
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
Diffstat (limited to 'net/mac80211/mesh_ps.c')
-rw-r--r--net/mac80211/mesh_ps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh_ps.c b/net/mac80211/mesh_ps.c
index 2802f9d..ad8b377 100644
--- a/net/mac80211/mesh_ps.c
+++ b/net/mac80211/mesh_ps.c
@@ -36,6 +36,7 @@ static struct sk_buff *mps_qos_null_get(struct sta_info *sta)
sdata->vif.addr);
nullfunc->frame_control = fc;
nullfunc->duration_id = 0;
+ nullfunc->seq_ctrl = 0;
/* no address resolution for this frame -> set addr 1 immediately */
memcpy(nullfunc->addr1, sta->sta.addr, ETH_ALEN);
memset(skb_put(skb, 2), 0, 2); /* append QoS control field */
OpenPOWER on IntegriCloud