Skip to content

Commit

Permalink
wireless:mac80211: kill unuse macro MESH_CFG_CMP_LEN in mesh.h
Browse files Browse the repository at this point in the history
Commit 00d3f14 has removed the references of this macro,
but left it only. So remove this definition.

commit 00d3f14
Author: Johannes Berg <johannes@sipsolutions.net>
Date:   Tue Feb 10 21:26:00 2009 +0100

    mac80211: use cfg80211s BSS infrastructure

    Remove all the code from mac80211 to keep track of BSSes
    and use the cfg80211-provided code completely.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Shan Wei authored and John W. Linville committed Dec 15, 2010
1 parent 2b7e6bc commit 38cd6b4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions net/mac80211/mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,6 @@ struct mesh_rmc {
};


/*
* MESH_CFG_COMP_LEN Includes:
* - Active path selection protocol ID.
* - Active path selection metric ID.
* - Congestion control mode identifier.
* - Channel precedence.
* Does not include mesh capabilities, which may vary across nodes in the same
* mesh
*/
#define MESH_CFG_CMP_LEN (IEEE80211_MESH_CONFIG_LEN - 2)

#define MESH_DEFAULT_BEACON_INTERVAL 1000 /* in 1024 us units */

#define MESH_PATH_EXPIRE (600 * HZ)
Expand Down

0 comments on commit 38cd6b4

Please sign in to comment.