linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3]  wireless: Add support to probe unexercised mesh link
@ 2019-04-11 20:47 Rajkumar Manoharan
  2019-04-11 20:47 ` [PATCH v4 1/3] cfg80211: add " Rajkumar Manoharan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rajkumar Manoharan @ 2019-04-11 20:47 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Rajkumar Manoharan

Consider below mesh topology.

        MP1
       /    \
      /      \
     MP2 --- MP3

Assume that even though MP1 & MP3 have direct mesh links, the path was
established via MP2. (MP1 <-> MP2 <-> MP3). The 1-hop mesh link MP1 <-> MP3
never be excercised till the current path is terminated. As of now, there
is no option to send data frame to pick other than primary path. So mesh
link metric between MP1 & MP3 never be updated. This series allows user
to send data to 1-hop mesh peers through unexercised mesh path.

-Rajkumar

v4: Rebased on mac80211-next top and fixed compile errors
v3: Rebased the changes on TOT

Rajkumar Manoharan (3):
  cfg80211: add support to probe unexercised mesh link
  mac80211: add option for setting control flags
  mac80211: probe unexercised mesh links

 include/net/cfg80211.h       |  5 ++++
 include/net/mac80211.h       |  2 ++
 include/uapi/linux/nl80211.h | 16 +++++++++++++
 net/mac80211/cfg.c           |  1 +
 net/mac80211/ieee80211_i.h   |  5 +++-
 net/mac80211/mesh_hwmp.c     |  4 ++++
 net/mac80211/tdls.c          |  2 +-
 net/mac80211/tx.c            | 54 ++++++++++++++++++++++++++++++++++++++------
 net/wireless/nl80211.c       | 53 +++++++++++++++++++++++++++++++++++++++++++
 net/wireless/rdev-ops.h      | 13 +++++++++++
 net/wireless/trace.h         | 18 +++++++++++++++
 11 files changed, 164 insertions(+), 9 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-11 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-11 20:47 [PATCH v4 0/3] wireless: Add support to probe unexercised mesh link Rajkumar Manoharan
2019-04-11 20:47 ` [PATCH v4 1/3] cfg80211: add " Rajkumar Manoharan
2019-04-11 20:47 ` [PATCH v4 2/3] mac80211: add option for setting control flags Rajkumar Manoharan
2019-04-11 20:47 ` [PATCH v4 3/3] mac80211: probe unexercised mesh links Rajkumar Manoharan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).