diff options
author | Marco Porsch <marco.porsch@etit.tu-chemnitz.de> | 2012-11-21 18:40:30 -0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-11-26 11:35:21 +0100 |
commit | 65821635d26d3173a3b22781e2c60d5e6fcaeb22 (patch) | |
tree | 345dcc01998acaea38ed013b873f61ad6f771190 /net/mac80211/mesh_sync.c | |
parent | 7bed20503f62ae9660c7b5cd6c3603960e422450 (diff) | |
download | linux-stable-65821635d26d3173a3b22781e2c60d5e6fcaeb22.tar.gz linux-stable-65821635d26d3173a3b22781e2c60d5e6fcaeb22.tar.bz2 linux-stable-65821635d26d3173a3b22781e2c60d5e6fcaeb22.zip |
mac80211: move Mesh Capability field definition to ieee80211.h
Signed-off-by: Marco Porsch <marco.porsch@etit.tu-chemnitz.de>
[prefix with IEEE80211_]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mesh_sync.c')
-rw-r--r-- | net/mac80211/mesh_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh_sync.c b/net/mac80211/mesh_sync.c index 9c6ea9cfe1b3..0f40086cce18 100644 --- a/net/mac80211/mesh_sync.c +++ b/net/mac80211/mesh_sync.c @@ -43,7 +43,7 @@ struct sync_method { static bool mesh_peer_tbtt_adjusting(struct ieee802_11_elems *ie) { return (ie->mesh_config->meshconf_cap & - MESHCONF_CAPAB_TBTT_ADJUSTING) != 0; + IEEE80211_MESHCONF_CAPAB_TBTT_ADJUSTING) != 0; } void mesh_sync_adjust_tbtt(struct ieee80211_sub_if_data *sdata) |