diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-01-04 16:05:14 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-04 16:05:14 -0500 |
commit | d339fc8980955faca38141a4483761241b62e7c4 (patch) | |
tree | 12018549a124bd81b30e7ce383c86d27a823b91d /net/mac80211/mesh.h | |
parent | 9a6f7347f59f55433ec50578e8d42d305e0d53ae (diff) | |
parent | 09b1426e7fcec510aba55a761da5004e47a11ce3 (diff) |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r-- | net/mac80211/mesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 7c9215fb2ac8..84c28c6101cd 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -184,7 +184,7 @@ struct rmc_entry { }; struct mesh_rmc { - struct rmc_entry bucket[RMC_BUCKETS]; + struct list_head bucket[RMC_BUCKETS]; u32 idx_mask; }; |