Skip to content
Commit 24736701 authored by John W. Linville's avatar John W. Linville
Browse files

Revert "mac80211: use a struct for bss->mesh_config"

This reverts commit 6c4711b4

.

That patch breaks mesh config comparison between beacons/probe reponses, so
every beacon from a mesh network would be added as a new bss. Since the
comparison has to be performed for every received beacon I believe it is best to
save the mesh config in a format easy to compare, rather than do a bunch of
unaligned accesses to compare field by field.

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8eefca48
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment