Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1432872 > unrolled thread
| Started by | Yaniv Machani <yanivma@ti.com> |
|---|---|
| First post | 2016-06-28 13:20 +0200 |
| Last post | 2016-06-29 06:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/4] Mesh mpm fixes and enhancements Yaniv Machani <yanivma@ti.com> - 2016-06-28 13:20 +0200
Re: [PATCH 0/4] Mesh mpm fixes and enhancements Julian Calaby <julian.calaby@gmail.com> - 2016-06-29 06:50 +0200
| From | Yaniv Machani <yanivma@ti.com> |
|---|---|
| Date | 2016-06-28 13:20 +0200 |
| Subject | [PATCH 0/4] Mesh mpm fixes and enhancements |
| Message-ID | <rOZdD-6hk-3@gated-at.bofh.it> |
This patch set is addressing some issues found in the current 802.11s implementation, specifically when using hostap mpm. It's aligning the beacon format and handling some corner cases. Maital Hahn (2): mac80211: mesh: flush stations before beacons are stopped mac80211/cfg: mesh: fix healing time when a mesh peer is disconnecting Meirav Kama (2): mac80211: mesh: fixed HT ies in beacon template mac80211: sta_info: max_peers reached falsely net/mac80211/cfg.c | 1 + net/mac80211/mesh.c | 46 ++++++++++++++++++++++++++++++++++++++++------ net/mac80211/mesh_hwmp.c | 42 +++++++++++++++++++++++++----------------- net/mac80211/sta_info.c | 14 ++++++++++++++ net/mac80211/util.c | 3 --- net/wireless/mesh.c | 2 +- 6 files changed, 81 insertions(+), 27 deletions(-) -- 2.9.0
[toc] | [next] | [standalone]
| From | Julian Calaby <julian.calaby@gmail.com> |
|---|---|
| Date | 2016-06-29 06:50 +0200 |
| Message-ID | <rPfBL-80W-3@gated-at.bofh.it> |
| In reply to | #1432872 |
Hi Yaniv, On Tue, Jun 28, 2016 at 9:13 PM, Yaniv Machani <yanivma@ti.com> wrote: > This patch set is addressing some issues found in the current 802.11s implementation, > specifically when using hostap mpm. > It's aligning the beacon format and handling some corner cases. > > Maital Hahn (2): > mac80211: mesh: flush stations before beacons are stopped > mac80211/cfg: mesh: fix healing time when a mesh peer is disconnecting > > Meirav Kama (2): > mac80211: mesh: fixed HT ies in beacon template > mac80211: sta_info: max_peers reached falsely Patches that you send must be signed off by you, not ack'd by you. I.e. From: Random Developer <random.developer@company.com> ..... Signed-off-by: Random Developer <random.developer@company.com> Signed-off-by: Patch Sender <patch.sender@company.com> Thanks, -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web