aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ieee80211-radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211-radio.c b/epan/dissectors/packet-ieee80211-radio.c
index c8867672ba..b8bc7b0082 100644
--- a/epan/dissectors/packet-ieee80211-radio.c
+++ b/epan/dissectors/packet-ieee80211-radio.c
@@ -785,7 +785,7 @@ dissect_wlan_radio (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void
case PHDR_802_11_PHY_11AC:
{
gboolean can_calculate_rate;
- guint bandwidth;
+ guint bandwidth = 0;
guint i;
if (phdr->phy_info.info_11ac.presence_flags & PHDR_802_11AC_HAS_STBC) {