From: Thomas Pedersen Date: Wed, 13 Feb 2013 20:14:19 +0000 (-0800) Subject: mac80211: consolidate MBSS change notification X-Git-Tag: v3.9-rc1~139^2~31^2^2~1^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39886b618aba3c39e650c191d601e26ec581ce0f;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed