mac80211: consolidate MBSS change notification
authorThomas Pedersen <thomas@cozybit.com>
Wed, 13 Feb 2013 20:14:19 +0000 (12:14 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 08:41:09 +0000 (09:41 +0100)
commit39886b618aba3c39e650c191d601e26ec581ce0f
tree6a68823a37ba8e3b68293ad78d572653a5e0c72b
parentde74a1d9032f4d37ea453ad2a647e1aff4cd2591
mac80211: consolidate MBSS change notification

A few mesh utility functions will call
ieee80211_bss_info_change_notify(), and then the caller
might notify the driver of the same change again. Avoid
this redundancy by propagating the BSS changes and
generally calling bss_info_change_notify() once per
change.

Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/mesh.c
net/mac80211/mesh.h
net/mac80211/mesh_plink.c
net/mac80211/mesh_ps.c
This page took 0.027138 seconds and 5 git commands to generate.