]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Introduce new flag for QoS control field;
authorAdrian Chadd <adrian@FreeBSD.org>
Sun, 4 Mar 2012 05:52:26 +0000 (05:52 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Sun, 4 Mar 2012 05:52:26 +0000 (05:52 +0000)
commit91216c714cf97d48b95559337635da366c61144d
treeeb13a0e480f1f0663c32d3d52d31e6486b2e7cfa
parentbdd2a076682d13c6a58c271ca52541d8865b7633
* Introduce new flag for QoS control field;
* Change in mesh_input to validate that QoS is set and Mesh Control field
  is present, also both bytes of the QoS are read;
* Moved defragmentation in mesh_input before we try to forward packet as
  inferred from amendment spec, because Mesh Control field only present in first
  fragment;
* Changed in ieee80211_encap to set QoS subtype and Mesh Control field present,
  only first fragment have Mesh Control field present bit equal to 1;

Submitted by: monthadar@gmail.com
sys/net80211/ieee80211.h
sys/net80211/ieee80211_mesh.c
sys/net80211/ieee80211_output.c