View | Details | Raw Unified | Return to bug 2210
Collapse All | Expand All

(-)a/src/wave/model/ocb-wifi-mac.cc (+4 lines)
 Lines 201-206    Link Here 
201
      hdr.SetTypeData ();
201
      hdr.SetTypeData ();
202
    }
202
    }
203
203
204
  if (m_htSupported || m_vhtSupported)
205
    {
206
      hdr.SetNoOrder ();
207
    }
204
  hdr.SetAddr1 (to);
208
  hdr.SetAddr1 (to);
205
  hdr.SetAddr2 (GetAddress ());
209
  hdr.SetAddr2 (GetAddress ());
206
  hdr.SetAddr3 (WILDCARD_BSSID);
210
  hdr.SetAddr3 (WILDCARD_BSSID);
(-)a/src/wifi/model/adhoc-wifi-mac.cc (+4 lines)
 Lines 128-133    Link Here 
128
      hdr.SetTypeData ();
128
      hdr.SetTypeData ();
129
    }
129
    }
130
130
131
  if (m_htSupported || m_vhtSupported)
132
    {
133
      hdr.SetNoOrder ();
134
    }
131
  hdr.SetAddr1 (to);
135
  hdr.SetAddr1 (to);
132
  hdr.SetAddr2 (m_low->GetAddress ());
136
  hdr.SetAddr2 (m_low->GetAddress ());
133
  hdr.SetAddr3 (GetBssid ());
137
  hdr.SetAddr3 (GetBssid ());

Return to bug 2210