diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-09-10 18:01:49 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-15 16:48:20 -0400 |
commit | 472dbc45dc1966284de72d7de15690c17ed2cf33 (patch) | |
tree | e8bfb88067f7fd8845978d1613f868e6a4499999 /net/mac80211/scan.c | |
parent | 7c95069522d02ff144cd421be6618dce619caf7e (diff) |
mac80211: split off mesh handling entirely
This patch splits off mesh handling from the STA/IBSS.
Unfortunately it increases mesh code size a bit, but I
think it makes things clearer. The patch also reduces
per-interface run-time memory usage.
Also clean up a few places where ifdef is not required.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/scan.c')
-rw-r--r-- | net/mac80211/scan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c index f8b296bed0b9..f4399e9ac928 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c | |||
@@ -476,6 +476,7 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw) | |||
476 | 476 | ||
477 | done: | 477 | done: |
478 | ieee80211_mlme_notify_scan_completed(local); | 478 | ieee80211_mlme_notify_scan_completed(local); |
479 | ieee80211_mesh_notify_scan_completed(local); | ||
479 | } | 480 | } |
480 | EXPORT_SYMBOL(ieee80211_scan_completed); | 481 | EXPORT_SYMBOL(ieee80211_scan_completed); |
481 | 482 | ||