From: Thomas Pedersen Date: Sat, 13 Aug 2011 03:01:00 +0000 (-0700) Subject: mac80211: update mesh peering frame format X-Git-Tag: 1.9.5~27 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=6eff59185212e59ca674e5ca2af6d2681a7ffcce;hp=6eff59185212e59ca674e5ca2af6d2681a7ffcce;p=carl9170fw.git mac80211: update mesh peering frame format This patch updates the mesh peering frames to the format specified in the recently ratified 802.11s standard. Several changes took place to make this happen: - Change RX path to handle new self-protected frames - Add new Peering management IE - Remove old Peer Link IE - Remove old plink_action field in ieee80211_mgmt header These changes by themselves would either break peering, or work by coincidence, so squash them all into this patch. Signed-off-by: Thomas Pedersen Signed-off-by: John W. Linville Signed-off-by: Christian Lamparter ---