diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-09-30 11:07:19 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-10-18 03:01:56 -0400 |
commit | 8ba7acf376e39ff2b987bc8fb71eb599023af314 (patch) | |
tree | 248c5e3f51b7a408784f4f4f81f0f6067ada3012 /net/mac80211/ieee80211_i.h | |
parent | 3821b4247b40d6b95a59a2895ea6e9bd3f983f04 (diff) |
mac80211: remove unimplemented mesh vendor sync
There's no vendor-specific mesh sync implemented
and there don't need to be dummy handlers that
only print messages, so remove that code. While
at it, also constify the mesh sync ops.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 02e47930964f..ebc1b5dc4127 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -610,7 +610,7 @@ struct ieee80211_if_mesh { | |||
610 | IEEE80211_MESH_SEC_SECURED = 0x2, | 610 | IEEE80211_MESH_SEC_SECURED = 0x2, |
611 | } security; | 611 | } security; |
612 | /* Extensible Synchronization Framework */ | 612 | /* Extensible Synchronization Framework */ |
613 | struct ieee80211_mesh_sync_ops *sync_ops; | 613 | const struct ieee80211_mesh_sync_ops *sync_ops; |
614 | s64 sync_offset_clockdrift_max; | 614 | s64 sync_offset_clockdrift_max; |
615 | spinlock_t sync_offset_lock; | 615 | spinlock_t sync_offset_lock; |
616 | bool adjusting_tbtt; | 616 | bool adjusting_tbtt; |