From: John W. Linville Date: Tue, 8 Apr 2008 18:15:46 +0000 (-0400) Subject: Revert "mac80211: use a struct for bss->mesh_config" X-Git-Tag: v2.6.26-rc1~1138^2~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247367016305637fb981db020679520e354c80c4;p=pandora-kernel.git Revert "mac80211: use a struct for bss->mesh_config" This reverts commit 6c4711b4697d93424e4b1f76a9929ba844d714a5. 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: John W. Linville --- Reading git-diff-tree failed