]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.
authormonthadar <monthadar@FreeBSD.org>
Tue, 1 May 2012 16:14:18 +0000 (16:14 +0000)
committermonthadar <monthadar@FreeBSD.org>
Tue, 1 May 2012 16:14:18 +0000 (16:14 +0000)
commit973bb2517d3400b57af72d6e6a3c6b603751829a
treeceb9e922b4f5f49f32194fa170b8f672d4677ede
parent72d34b4c264e31156d8cd6ff27265e0c4fc978ae
Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.

 * Renamed IEEE80211_ELEMID_MESHPANN to IEEE80211_ELEMID_MESHGANN according to
 amendment;
 * Added IEEE80211_IOC_MESH_GATE that controls whether Mesh Gate Announcement
 is activated or not;
 * Renamed all flags from Portal to Gate in HWMP frames;
 * Removed IEEE80211_ACTION_MESHPANN enum cause its part of the Mesh Action
 category now as per amendment;
 * Renamed IEEE80211_MESHFLAGS_PORTAL to IEEE80211_MESHFLAGS_GATE in
 ieee80211_mesh_state flags;
 * Modified ieee80211_hwmp.c/ieee80211_mesh.c to use new GATE flags;

Approved by: adrian
sys/net80211/ieee80211.h
sys/net80211/ieee80211_hwmp.c
sys/net80211/ieee80211_ioctl.h
sys/net80211/ieee80211_mesh.c
sys/net80211/ieee80211_mesh.h