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

This reverts commit 6c4711b469.

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 <linville@tuxdriver.com>
This commit is contained in:
John W. Linville
2008-04-08 14:15:46 -04:00
parent 8eefca4888
commit 2473670163
4 changed files with 18 additions and 41 deletions

View File

@@ -157,16 +157,6 @@ struct mesh_rmc {
*/
#define MESH_CFG_CMP_LEN 17
/*
* Components offset within the mesh configuration IE
*/
#define PP_OFFSET 1 /* Path Selection Protocol */
#define PM_OFFSET 5 /* Path Selection Metric */
#define CC_OFFSET 9 /* Congestion Control Mode */
#define CP_OFFSET 13 /* Channel Precedence */
#define CAPAB_OFFSET 17 /* Mesh Capabilities */
/* Default values, timeouts in ms */
#define MESH_TTL 5
#define MESH_MAX_RETR 3