This and the next patch should be combind, I think. On Fri, 2012-11-16 at 22:47 -0800, Marco Porsch wrote: > Possible values for the mesh power mode are presented in the > nl80211_mesh_power_mode enumeration. These modes are active, > light sleep and deep sleep. > > power_mode has been added to the mesh config structure to hold the > user-configured default mesh power mode which will be used for new > peer links. Please use active voice for commit logs, e.g. "Add power_mode to the mesh config structure ..."; we typically read the commit log *before* the change. > /** > + * enum nl80211_mesh_power_mode - mesh power save modes > + * > + * @__NL80211_MESH_POWER_INVALID: internal use There's no need for invalid in something that's used as an enum, enum *values* can be zero. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html