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)
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>

No differences found