aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/cfg80211.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 6dc665a727c2..7283496c2d05 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1096,9 +1096,9 @@ struct cfg80211_pmksa {
1096 * @get_mpath: get a mesh path for the given parameters 1096 * @get_mpath: get a mesh path for the given parameters
1097 * @dump_mpath: dump mesh path callback -- resume dump at index @idx 1097 * @dump_mpath: dump mesh path callback -- resume dump at index @idx
1098 * 1098 *
1099 * @get_mesh_params: Put the current mesh parameters into *params 1099 * @get_mesh_config: Get the current mesh configuration
1100 * 1100 *
1101 * @update_mesh_params: Update mesh parameters on a running mesh. 1101 * @update_mesh_config: Update mesh parameters on a running mesh.
1102 * The mask is a bitfield which tells us which parameters to 1102 * The mask is a bitfield which tells us which parameters to
1103 * set, and which to leave alone. 1103 * set, and which to leave alone.
1104 * 1104 *
@@ -1246,10 +1246,10 @@ struct cfg80211_ops {
1246 int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev, 1246 int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev,
1247 int idx, u8 *dst, u8 *next_hop, 1247 int idx, u8 *dst, u8 *next_hop,
1248 struct mpath_info *pinfo); 1248 struct mpath_info *pinfo);
1249 int (*get_mesh_params)(struct wiphy *wiphy, 1249 int (*get_mesh_config)(struct wiphy *wiphy,
1250 struct net_device *dev, 1250 struct net_device *dev,
1251 struct mesh_config *conf); 1251 struct mesh_config *conf);
1252 int (*update_mesh_params)(struct wiphy *wiphy, 1252 int (*update_mesh_config)(struct wiphy *wiphy,
1253 struct net_device *dev, u32 mask, 1253 struct net_device *dev, u32 mask,
1254 const struct mesh_config *nconf); 1254 const struct mesh_config *nconf);
1255 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev, 1255 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev,