commit | 472dbc45dc1966284de72d7de15690c17ed2cf33 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Sep 11 00:01:49 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Sep 15 16:48:20 2008 -0400 |
tree | e8bfb88067f7fd8845978d1613f868e6a4499999 | |
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>